Apache Reference: mod_ssl, SSLLogLevel

SSLLogLevel

Logging Level for the Dedicated SSL Engine Log File
Syntax: SSLLogLevel A
Example: SSLLogLevel trace
Since: Apache 1.3

This directive sets the verbosity degree of the dedicated SSL protocol engine log file (-> SSLLog). The level argument can have any of several values (listed here ascending order, where higher levels include lower levels). The ``none'' option means that no dedicated SSL logging is written, but messages of level ``error'' are written to the general Apache error log file. The ``error'' option logs messages of the error type only that is, messages that show fatal situations (processing is usually stopped). Those messages are also duplicated to the general Apache error log file.

The ``warn'' option logs warning messages, which show non-fatal problems (processing is usually continued). The ``info'' option logs informational messages, which show major processing steps. The ``trace'' option logs trace messages, messages which show minor processing steps. Finally, the ``debug'' option logs debugging messages, which show development and low-level I/O information.