This article describes log messages and how to set log filters in Nexus OCSP Responder.
A log message has two features: message class and severity.
The following message classes exist:
|
The severity of the log message is a positive integer (1, 2, 3,...). For message class info = 1 |
A log filter is created by these statements:
The statements can be grouped together with the operands & (and) and | (or). & takes precedence over |. Parenthesis are not supported. |
The log filter:
will be evaluated as:
and will log all operational messages plus trace messages with severity higher than 10. If no log filter is given, the default filter is:
To exclude certain classes of messages, a filter like this can be used:
|