-
Notifications
You must be signed in to change notification settings - Fork 2
Cheat Sheet
Martin Schaible edited this page Aug 25, 2023
·
2 revisions
- Create the file
etc/rspamd/local.d/logging.inc
. - Add the line
level = "debug";
- Restart the service
The log file will grow very fast!
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