SSLTraceLogLevel Directive

SSLTraceLogLevel adjusts the verbosity of the messages recorded in the Oracle Security library error logs. When a particular level is specified, messages from all other levels of higher significance will be reported as well. For example, when SSLTraceLogLevel ssl is set, messages with log levels of error, warn, user and debug will also be posted.

Note:

This directive can only be set globally in the ssl.conf file.

SSLTraceLogLevel accepts the following log levels:

  • none: Oracle Security Trace disable

  • fatal: Fatal error; system is unusable.

  • error: Error conditions.

  • warn: Warning conditions.

  • user: Normal but significant condition.

  • debug: Debug-level condition

  • ssl: SSL level debugging

Category Value

Syntax

SSLTraceLogLevel none | fatal | error | warn | user | debug | ssl 

Example

SSLTraceLogLevel fatal

Default

None