You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

logging.conf 102B

1234567
  1. # Logging setup
  2. logging {
  3. level = "info";
  4. type = "file";
  5. filename = "$LOGDIR/rspamd.log";
  6. }