Details
Handlers specify where log messages are sent. Console handlers send log messages to the Java console and File handlers specify logging to a file.
Rationale:
Utilizing file handlers will ensure that security event information is persisted to disk.
Impact:
Configuring logging to debug logging, i.e. FINEST or ALL, can generate large amounts of information which may impact server performance.
Solution
Add the following entries, replacing
handlers=1catalina.org.apache.juli.
Ensure logging is not off and set the
org.apache.juli.FileHandler.level=
Default Value:
No value for new applications by default.
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system Unix.