[Rspamd-Users] syslog and missing log messages

Gerald Galster list+rspamd at gcore.biz
Thu Apr 11 17:58:02 UTC 2024


> My local.d/loggin.inc is as follows:
> 
> type = "syslog";
> facility = "mail";
> level = "info";     # log all non-debug messages

I have the same config (but running linux and systemd-journald) and I get

    SYSLOG_FACILITY=2  (mail system)
    PRIORITY=7         (debug)
    MESSAGE=<c299fd>; proxy; rspamd_task_write_log: id: ....

So it basically works. Does your syslog ignore debug for mail?

What happens if you change the facility to something else that
might not have any defaults associated with it, like

    # local.d/logging.inc
    facility = "local5";
    ...

Best regards,
Gerald


More information about the Users mailing list