Corporation Server User Manual

Security Services Implemented Within Oracle HTTP Server
Managing Security 8-19
SSLLogLevel Specifies the verbosity degree of the SSL engine log file.
Category Value
Valid Values The levels are (in ascending order, where each level is included in the
levels preceding it):
none: No dedicated SSL logging is done. Messages of type ’error
are duplicated to the standard HTTP server log file specified by the
ErrorLog directive.
error: Only messages of the type ’error’ (conditions that stop
processing) are logged.
warn: Messages that notify of non-fatal problems (conditions that do
not stop processing) are logged.
info: Messages that summarize major processing actions are
logged.
trace: Messages that summarize minor processing actions are
logged.
debug: Messages that summarize development and low-level I/O
operations are logged.
Syntax SSLLogLevel level
Default None
Context server configuration, virtual host