The logLevel option specifies the priority of the diagnostic messages to be logged.
logLevel |
<selector> <level> |
<selector>
Specifies the functional set of messages to which the log level applies. The following values are possible:
ASTI | Messages relating to order handling in ASTI |
SMTP | Messages relating to e-mail transfer to the SMTP server |
TLS | Messages relating to the TLS protection of the connection to the SMTP server |
SMIME | Messages relating to the S/MIME signing and/or encryption of e-mails |
OTHER | All other messages |
ALL | All messages |
<level>
Specifies that all messages are to be logged with at least the specified priority. The possible values, in descending order of priority, are:
ALERT
CRITICAL
ERROR
WARNING
NOTICE
INFO
DEBUG
NONE, which suppresses the logging of all messages
The logLevel option can be used more than once.
Example
logLevel ALL WARNING
logLevel SMTP CRITICAL
This specifies that all messages with the priority WARNING are to be logged. The exception are SMTP messages, which are only to be logged when their priority is CRITICAL or higher.
Default: ALL CRITICAL