Adding syslog configuration

This commit is contained in:
Philippe Caseiro 2020-11-26 13:48:14 +01:00
parent 4af11f3d28
commit 8ec486eafc
1 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
; ;
; 1 - Defined logging level ; 1 - Defined logging level
; Set here one of error, warn, notice, info or debug ; Set here one of error, warn, notice, info or debug
logLevel = debug logLevel = %%lm_loglevel
; Note that this has no effect for Apache2 logging: Apache LogLevel is used ; Note that this has no effect for Apache2 logging: Apache LogLevel is used
; instead ; instead
; ;
@ -65,9 +65,9 @@ logLevel = debug
; 2.1 - Using Syslog ; 2.1 - Using Syslog
; ;
; For Syslog logging, you can also overwrite facilities. Default values: ; For Syslog logging, you can also overwrite facilities. Default values:
;logger = Lemonldap::NG::Common::Logger::Syslog logger = Lemonldap::NG::Common::Logger::Syslog
;syslogFacility = daemon syslogFacility = daemon
;userSyslogFacility = auth userSyslogFacility = auth
; ;
; 2.2 - Using Log4perl ; 2.2 - Using Log4perl
; ;