For more information, see System management section.
Java Util Logging level
ocsp.java.util.logging.level
- The Java Util Logging level that should be redirected to OCSP agent to be captured.
- Possible values: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST.
- SEVERE, WARNING, INFO, CONFIG are redirected with class=oper.
- FINE, FINER, FINEST are redirected with class=trace.
- Output printed to system err/out is printed with level FINE. For example when enabling debugging of TLS connections with the Java VM parameter: -
Djavax.net.debug=ssl:handshake
Default value
CODE
;ocsp.java.util.logging.level = INFO
Global log parameters
CODE
agent.log.loggerdef.encoding = ISO-8859-1
agent.log.loggerdef.format.date = [yyyy/MM/dd:HH:mm:ss.SSS]
agent.log.loggerdef.filedate = yyMMdd
;agent.log.loggerdef.offset = T0H
agent.log.loggerdef.period = P1D
agent.log.loggerdef.format.fields\
= {date} {class} {severity} {transactionid:5,,28} {message}
agent.log.loggerdef.filter = !class=audit
CODE
agent.log.1.type = file
agent.log.1.prefix = log/ocsp
agent.log.2.type = file
agent.log.2.prefix = log/audit
agent.log.2.filter = class=audit.pkiStateAltered
;agent.log.3.type = file
;agent.log.3.prefix = log/audit-req-resp
;agent.log.3.filter = class=audit.ocspQuery | class=audit.ocspResponse
;agent.log.3.format.fields\
= {date} {class} {severity} {transactionid:5,,28} {message} %s