Log Level
This is available log setting is log4j.properties. Just chage "log4j.rootlogger = debug, a1" to
One of the folloading settings.
All turn on all logging.off turn off logging
Debug Fine-Gainded Informational Events for debuging. Developer Use this level to TRACE The Execution
INFO Informational messages that highlight the progress of app at coarse-grained level for example: -. System is initializing - Loading configuration - Loading data - System is running ... WARN Potentially harmful situations potentially harmful situations for example, if you find The Argument's Value Is Invalid, You Should Print Message on this Level
ERROR Error events that might still allow the application to continue running In general, when exception is catched and do not throw it out, using this log level for example: - [Info] Loading core components - [Info] Loading optional component-1 - [Error] Failed to Load Optional Component-1, Because ...
Fatal Very Severe Error Events That Will PRESUMABLY Lead The Application To Abort Error for Application Interrupt For Example, - [Info] Loading Core Components - [Fatal] Failed To Load Core Components, System Cannot Start