Enabling Debug logging

By default Unica Director - Server and Agent applications show ERROR logs in the log files or console.

Unica Director Server log file is available at <DIRECTOR_HOME>/Server/logs/add-on_server.log

Unica Director Agent log file is available at <DIRECTOR_HOME>/Agent/logs/add-on_agent.log

Its not recommended that you change the logging level as it might impact in the application performance.

You can change the logging level in the JAR file by updating the BOOT-INF/classes/log4j2-spring.xml for the following parameters:

<Root level="error">

<Logger name="com.hclpnp" level="info">

Possible values are: ERROR, INFO, WARN, DEBUG.