This article describes log messages and how to set log filters in Nexus OCSP Responder.
Log messages
A log message has two features: message class and severity.
Expand | ||
---|---|---|
| ||
The following message classes exist:
|
Expand | ||
---|---|---|
| ||
The severity of the log message is a positive integer (1, 2, 3,...). For message class info = 1 |
Log filters
Expand | ||
---|---|---|
| ||
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. |
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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:
|