]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channel.c: Clean up debug level 1.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Feb 2022 01:27:27 +0000 (01:27 +0000)
committerKevin Harwell <kharwell@digium.com>
Fri, 25 Feb 2022 20:41:53 +0000 (14:41 -0600)
commita1f207bcf7e302c816c64336eeecaab41b367a2d
treea06819f11421f70b0a512f69fce7ec14b2967f32
parentc214e0d115be4e88c82d78a5fda960f4cc498a7f
channel.c: Clean up debug level 1.

Although there are 10 debugs levels, over time,
many current debug calls have come to use
inappropriately low debug levels. In particular,
a select few debug calls (currently all debug 1)
can result in thousands of debug messages per minute
for a single call.

This can adds a lot of noise to core debug
which dilutes the value in having different
debug levels in the first place, as these
log messages are from the core internals are
are better suited for higher debug levels.

Some debugs levels are thus adjusted so that
debug level 1 is not inappropriately overloaded
with these extremely high-volume and general
debug messages.

ASTERISK-29897 #close

Change-Id: I55a71598993552d3d64a401a35ee99474770d4b4
main/audiohook.c
main/channel.c