mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-15 14:08:31 +02:00
set log level to debug for test configuration
This commit is contained in:
parent
8a0404d48e
commit
544866ce56
1 changed files with 2 additions and 2 deletions
|
@ -36,12 +36,12 @@ log.error_handler = 'syslog'
|
|||
# configuration to not log at all #
|
||||
#####################################
|
||||
# logger none for access log
|
||||
log.access_handler = 'none'
|
||||
log.access_handler = 'syslog'
|
||||
# logger none for error and ldapcherry log
|
||||
#log.error_handler = 'none'
|
||||
|
||||
# log level
|
||||
log.level = 'info'
|
||||
log.level = 'debug'
|
||||
|
||||
# session configuration
|
||||
# activate session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue