Console handler and console message logging

A console handler and a message console handler also are configured in the $JAVA_HOME/PolicyDirector/PDJLog.properties file. Both are disabled by default. To send messages to the console, set both isLogging properties to true:

baseGroup.PDJConsoleHandler.isLogging=true
baseGroup.PDJMessageConsoleHandler.isLogging=true

Parent topic: Configure message events with the Java properties file