Customize Logging |
Help Topics > Admin > Customize Logging
License Usage Logging
More information may be found in Help Topics > Advanced Topics > License Usage Statistics.
System Error/Message Logging
This controls the log messages passed to the system logger. On UNIX, this is passed as local5 and is controlled /etc/syslog.conf. On Windows, they go into the Application Log which can be view using the Event Viewer.
File Error/Message Logging
Instead of using the system's logging capabilities, the SFLM server can simply write messages to a file. This is easier to set up but has dangers as the is nothing monitoring the log sizes.
Verbose logging/messaging
By default this is "off". Switching this to "Yes" will result in more detail in some web pages and some log messages.
All the current server settings may be reload from
the server by clicking on
.
You may save any changes you made by clicking on
.
Log Levels
These log levels control the seriousness of the messages being logged. When set to a level, those message and messages from levels above are logged. For example, if the log level is Error: Error, Critical, Alert and Emergency messages are logged. These levels coincide with the standard UNIX log message levels.
Sensitivity level legend | |
Off | No logging is performed |
Emergency | A panic condition |
Alert | A condition that should be corrected immediately. Examples of this include:
|
Critical | Critical conditions. Examples
of this include:
|
Error | Errors. Examples of this include:
|
Warning | Warning messages. Typically non fatal. Examples include:
|
Notice | Conditions that are not error conditions, but that may require special handling. Examples include:
|
Information | Informational messages. Examples of these include:
|
Debug | Messages that contain information
normally of use only when debugging a program. |