Added info about syslog, because question is asked in #66

This commit is contained in:
djmaze 2021-03-23 21:57:08 +01:00
parent 4bcfc81830
commit 485848bdaf

View file

@ -276,7 +276,8 @@ Others:
Examples:
filename = "log-{date:Y-m-d}.txt"
filename = "{date:Y-m-d}/{user:domain}/{user:email}_{user:uid}.log"
filename = "{user:email}-{date:Y-m-d}.txt"'),
filename = "{user:email}-{date:Y-m-d}.txt"
filename = "syslog"'),
'auth_logging' => array(false, 'Enable auth logging in a separate file (for fail2ban)'),
'auth_logging_filename' => array('fail2ban/auth-{date:Y-m-d}.txt'),