Details
-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
None
-
All
Description
When there is an exception while parsing logback.grooy (like the one that is logged in LBGENERAL-45), then no further logging actions takes place.
In the program RUN mode (as against the DEBUG mode), the program continues to execute but without any logging messages. There is no way to tell what state the main program is.
Now its correct that the main program should run in case of failure of logger. But it is also critical to log the issues at least on the console.
So there in case of exception in parsing the logback.groovy, the logger should fall back on default logging mechanism and should not become dysfunctional.
Regards
Rathnadhar.K.V