Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Change the "MNTR_CUSTOM_ROLES" logger to level="trace" as describe below :

Code Block
languagexml
themeRDark
<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. 

...