Jitterbit Tomcat server logs on Jitterbit private agents
Introduction
Jitterbit Tomcat Server logs for private agents provide detailed logging for the Jitterbit Tomcat server.
Jitterbit Tomcat server logs
To enable more detailed logging for the Jitterbit Tomcat server, edit the private agent configuration file (jitterbit.conf
) as follows, and then restart Jitterbit services.
-
Under the
[JavaBackend]
section, setDebugLogLevel=ALL
. -
Under the
[JavaUiBackend]
section, setLogLevel=ALL
. -
Under the
[JdbcEngine]
section, setLogLevel=ALL
.
The logs are written to these default locations:
-
Windows:
C:\Program Files\Jitterbit Agent\tomcat\logs
-
Linux:
/opt/jitterbit/tomcat/logs
Jitterbit Tomcat server logs will be deleted automatically after 7 days by default. This time period is configurable in CleanupRules.xml
.