This is a complete refactor of cdp log. In particular:
It removes escape chars for colors in log: they are most of the times not interpreted so they are messing up the logs
It refactors some log level, moving to ERROR from WARN some errors during peer connections
In DEBUG level, cdp is too much verbose and also syslogs complains about rate-limiting. Instead of removing some logs (which is quite unfair), let's introduce a new modparam (debug_heavy) in order to activate some logs which gives some side informations about peers status. This modparam is not active by default but this can be enabled easily re-introducing previous debug logs
https://github.com/kamailio/kamailio/pull/692
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.