...
Change the "MNTR_CUSTOM_ROLES" logger to level="trace" as describe below :
Code Block | ||||
---|---|---|---|---|
| ||||
<Logger name="MNTR_CUSTOM_ROLES" level="trace" additivity="false"> <AppenderRef ref="LDAPLOG"/> </Logger> |
The output log file will be created in the UI service log directory : /logs/ui with the name ldapLog.log
------------------------------------------
Does this section needed ?
To enable log based debug, edit the $CATALINA_HOME/conf/logging.properties
file.
...