By default, the Database Agent writes log files to the log directory.
You can configure the agent to generate log files.
log4j2.xml
.Find logger name="com
"
. Inside this tag, set level value
to debug
, as shown below:
<logger name="com"> <level value="debug"/> </logger> |