cli.sh [<general options>] setLogLevel [<command options>]
Command Options |
Description |
---|---|
level |
Log4J logging level. The valid logging levels are: •FATAL—Severe errors that can lead the application to abort. •ERROR—Runtime error or unexpected conditions. These can be error events that might still allow the application to continue running. •WARN—Runtime situations that indicate potentially harmful situations. •INFO—Informational events, such as startup and shutdown status, that highlight the progress of the application. •DEBUG— Informational events that you can use to debug an application. Expect this information to be written to logs only. •TRACE—Detailed information about the application. Expect this information to be written to logs only. |
category |
A Log4J category as displayed in the logfile. If it is omitted, all categories are affected. Used to log debug and error messages. |