It looks like we are going to end up with two used levels for log messages, ERROR and
DEBUG, because, more or less based on personal needs/preferences, INFO tends to be
replaced by DEBUG. What is considered useful info for someone can be too verbose for
another one.
At the end INFO is intended to provide feedback about what is executed and how, not
content useful for troubleshooting.
There is also the possibly to set debug level per module using debugger module, but
considering its target use for debugging, it might not be something considered suitable
for production.
Maybe we should try to find a common approach for the future for such changes, e.g., a
module parameter is introduced to be able to specify the log level for "info"
messages.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3296#issuecomment-1342551275
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3296/c1342551275(a)github.com>