Slide 55 of 115
Notes:
This directive sets the verbosity degree of the dedicated SSL protocol engine logfile. The level is one of the following (in ascending order where higher levels include lower levels):
none - no dedicated SSL logging is done, but messages of level ``error'' are still written to the general Apache error logfile.
Error - log messages of error type only, i.e. messages which show fatal situations (processing is stopped). Those messages are also duplicated to the general Apache error logfile.
Warn - log also warning messages, i.e. messages which show non-fatal problems (processing is continued).
Info - log also informational messages, i.e. messages which show major processing steps.
Trace - log also trace messages, i.e. messages which show minor processing steps.
Debug - log also debugging messages, i.e. messages which show development and low-level I/O information.