why not fatal error level log?
chinghoi-tam opened this issue · 4 comments
chinghoi-tam commented
Excuse me, Why is there no fatal error level?
danieleteti commented
No particular reason. We can plan to add it.
luebbe commented
Very nice. I wanted to suggest the same for exeption logging.
danieleteti commented
@luebbe regarding exceptions I've different feeling. What's the "log level" of an exception? There are fatal exceptions and "normal" exceptions (user wrote "a" in a number only field). So, while is very simple to implement I really don't have a crear vision about it.
luebbe commented
Of course. Not every exception is fatal. Our "well handled" exceptions only have debug or info level if they are logged at all. I was more thinking about the catastrophic ones.