aports/config/rspamd/logging.conf

9 lines
122 B
Plaintext
Raw Normal View History

2021-01-10 03:44:49 +00:00
logging {
type = "syslog";
2021-07-03 13:03:32 +00:00
facility = "mail";
2021-01-10 03:44:49 +00:00
level = "info";
color = false;
log_usec = false;
debug_modules = []
}