Skip to content

Cheat Sheet

Martin Schaible edited this page Aug 25, 2023 · 2 revisions

Change the log level globally

  • Create the file etc/rspamd/local.d/logging.inc.
  • Add the line level = "debug";
  • Restart the service

The log file will grow very fast!

🔗 Rspamd Logging

Change the log level specific for a module

Instead of enabling the logging globally to a high level, the logging can be set do debug mode on a per module level.

  • Create the file etc/rspamd/local.d/logging.inc.
  • Add the line debug_modules = ["multimap"];
  • Restart the service

🔗 FAQ Logging

Clone this wiki locally