The messages reported relative to the specified LogLevel
. The options are:
Option | Description |
---|---|
Equal
|
Only the message type specified by LogLevel is reported. For example, if LogLevel=warning , only warning messages are reported. |
LessThan
|
The message types below the LogLevel setting are reported. For example, if LogLevel=warning , "Normal" and "Full" message types are reported. |
LessThanOrEqual
|
The message type specified by LogLevel and any message type below that are reported. For example, if LogLevel=warning , "Normal", "Full", and "Warning" message types are reported. |
GreaterThan
|
The message types above the LogLevel setting are reported. For example, if LogLevel=warning , "Error" and "Always" message types are reported. |
GreaterThanOrEqual
|
The message type specified by LogLevel and any message type above that are reported. For example, if LogLevel=warning , "Error", "Always", and "Warning" message types are reported. |
Type: | String |
Default: | GreaterThanOrEqual |
Required: | No |
Configuration Section: | Logging or LogStream If you set this parameter in the Logging and LogStream sections, the setting in the LogStream section takes precedence for the specified log stream. |
Example: | LogLevelMatch=GreaterThanOrEqual
|
See Also: |
|