Increase security log levels in the Pentaho Server
sh /usr/local/pentaho/server/pentaho-server/stop-pentaho.sh< Console name="PENTAHOCONSOLE" > <ThresholdFilter level="ERROR"/> <PatternLayout><Pattern>%d{ABSOLUTE} %-5p [%c{1}] %m%n</Pattern> </PatternLayout> </Console><!-- all Spring Security classes will be set to DEBUG --> <Logger name="org.springframework.security" level=”DEBUG”> <!-- all Pentaho security-related classes will be set to DEBUG --> <Logger name="org.pentaho.platform.engine.security" level=”DEBUG”> <Logger name="org.pentaho.platform.plugin.services.security" level=”DEBUG”><property name="hideUserNotFoundExceptions" value="false" />sh /usr/local/pentaho/server/pentaho-server/start-pentaho.sh
Enable extra LDAP security logging
Last updated
Was this helpful?

