From 8ec486eafc113553282debc011e7183b4746ef8c Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 26 Nov 2020 13:48:14 +0100 Subject: [PATCH] Adding syslog configuration --- tmpl/lemonldap-ng.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmpl/lemonldap-ng.ini b/tmpl/lemonldap-ng.ini index 0f497ae..25e511c 100644 --- a/tmpl/lemonldap-ng.ini +++ b/tmpl/lemonldap-ng.ini @@ -36,7 +36,7 @@ ; ; 1 - Defined logging level ; 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 ; instead ; @@ -65,9 +65,9 @@ logLevel = debug ; 2.1 - Using Syslog ; ; For Syslog logging, you can also overwrite facilities. Default values: -;logger = Lemonldap::NG::Common::Logger::Syslog -;syslogFacility = daemon -;userSyslogFacility = auth +logger = Lemonldap::NG::Common::Logger::Syslog +syslogFacility = daemon +userSyslogFacility = auth ; ; 2.2 - Using Log4perl ;