-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: None
-
Component/s: Pegasus Planner
-
None
Introduce 2 new logging levels CONSOLE and TRACE
The new logging level hierarchy would be
FATAL
ERROR
WARN
CONSOLE
INFO
CONFIG
DEBUG
TRACE
By default we will have the following levels enabled
FATAL
ERROR
WARN
CONSOLE
Also add a -q option that will decrease the verbosity
e.g -qq will mean FATAL and ERROR only