Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
|
Log level
|
Description
|
|---|---|
|
Fatal
|
Indicates a very severe event that might cause a service to fail.
|
|
Error
|
Indicates a serious error, but the service might continue to function.
|
|
Warn
|
Indicates the possibility of a harmful problem, but the service continues to function.
|
|
Info
|
Indicates an information message.
|
|
Fine
|
Indicates a message of finer granularity than an information message.
|
|
Finer
|
Indicates a message of finer granularity than Fine.
|
|
Finest
|
Indicates a message of finest level of granularity.
|
ce dlogstat <snap-in name>.
|
Command
|
Description
|
|---|---|
|
dlogstat <snap-in name>
|
Displays the status of the log including the files and the size.
|
|
dlogc <snap-in name>
|
Displays all the snap-in’s log files
|
|
dlogt <snap-in name>
|
Displays the reverse line snap-in’s log files
|
|
dlogv <snap-in name>
|
Displays the snap-in log files in the vi editor.
|
|
dlogw <snap-in name>
|
Watches or tails a snap-in’s log files. New contents in the log file are printed on the screen.
|
|
dlogwi <snap-in name>
|
Watches or tails a snap-in’s log files immediately.
|
|
dlogwf <snap-in name>
|
Tails a snap-in’s log file into X.log as well.
|
|
dlog4j <snap-in name>
|
Displays the snap-in’s log4j.properties file and the definitions of the properties.
|
|
dlog4jc <snap-in name>
|
Displays the snap-in’s master file, the file used after restart.
|
|
dlog4jm <snap-in name>
|
Displays the snap-in’s master file.
|
|
dlogclear <snap-in name>
|
Clears the rolled-over logs, except the active log.
|
|
dlogon <snap-in name> <arg>
|
Turns on the finest debug level for the snap-in logs. You can add the logging level as the argument. The debug level will be enabled for the log level you set.
|
|
dlogoff <snap-in name> <arg>
|
Reverts to the default debug level for the snap-in logs. You can add the logging level as the argument. The debug level will be disabled for the log level you set.
|