It would be nice to have an additional level between Info and Warning Notice. I tend to use logging as follows:
Notice: System start/stop, significant-but-normal events
Info: Detail: User connected, transaction applied etc.
Debug: In depth debugging/tracing, e.g. packet dumps
I usually would have the default log level set to Notice and have Errors, Fatal and Panic logged to a remote server for analysis.
It would be nice to have an additional level between Info and Warning
Notice. I tend to use logging as follows:Notice: System start/stop, significant-but-normal eventsInfo: Detail: User connected, transaction applied etc.Debug: In depth debugging/tracing, e.g. packet dumpsI usually would have the default log level set to Notice and have Errors, Fatal and Panic logged to a remote server for analysis.