Debug Logging
Server¶
Completing the below steps will add DEBUG
level messages to the esm-server/logs/server_0.log
file in your Server deployment
- Open esm-server/conf/logging.properties in your favourite text editor
- Modify line 25 updating the value from
INFO
toDEBUG
Agent¶
Completing the below steps will create a new file called esm-agent-debug-${HOSTNAME}.log
in esm-agent/logs
- Open esm-agent/bin/log4j2.xml in your favourite text editor
- Delete line 28, it contains just the following text "
<!--
" - Delete line 44, it contains just the following text "
-->
" - Update line 61 from:
to:
<!-- <AppenderRef ref="debugLog" level="debug" /> -->
<AppenderRef ref="debugLog" level="debug" />
- Update line 66 from:
to:
level="info"
level="debug"
Last update:
April 24, 2023
Created: April 24, 2023
Created: April 24, 2023