|
If your directory structure is different because, for example, you upgraded from an earlier release, adjust your navigation accordingly. For more information, see:
|
|
If your directory structure is different because, for example, you upgraded from an earlier release, adjust your navigation accordingly. For more information, see:
|
Log Level
|
Description
|
---|---|
OFF
|
Turns off logging.
|
FATAL
|
Returns severe error events that could lead the application to abort.
|
ERROR
|
Returns error events that occur but do not prevent the application from continuing to run.
|
WARN
|
Returns potentially harmful situations.
|
INFO
|
Returns informational messages that highlight the progress of the application at a high level.
|
DEBUG
|
Returns detailed informational events that can be used to debug the application.
|
TRACE
|
Returns even more detailed information events than the DEBUG level.
|
ALL
|
Turns on all messaging.
|
|
The TRACE and ALL logging levels use more resources than the other levels. Using TRACE or ALL could affect application performance.
|