|
Controlling Message Logging
Messages are logged to the display screen (stdout) and to the dce_config log file, /tmp/dce_config.log. Some of the types of messages are always displayed
and logged. However, using the environment variables described in Setting Environment Variables, you can control the display and logging of others. The following
table lists the message types and how to control their display or logging.
Environment Variables and Message Logging
Message Type |
Displayed? |
Logged to file? |
|
|
|
Error |
Always |
Always |
Warning |
Always |
Always |
Summary |
Always |
If DC_LOG_THRESHOLD environment variable set to summary, detail, verbose, or debug. |
Detail |
If DC_DISPLAY_THRESHOLD environment variable set to detail, verbose, or debug. |
If DC_LOG_THRESHOLD environment variable set to detail, verbose, or debug. |
Verbose |
If LDC_DISPLAY_THRESHOLD environment variable set to verbose, or debug. |
If DC_LOG_THRESHOLD environment variable set to verbose, or debug. |
Debug |
If DC_DISPLAY_THRESHOLD environment variable set to debug. |
If DC_LOG_THRESHOLD environment variable set to debug. |
|