]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix setting max log level 60/4760/2
authorGeorge Joseph <gjoseph@digium.com>
Mon, 23 Jan 2017 15:10:50 +0000 (08:10 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 23 Jan 2017 16:32:09 +0000 (10:32 -0600)
commit28733bb0ab1aba99c282a19fb6d63241bf104133
tree270a4c43d5a741044b0d9529ff7b00816e551b19
parentcbb05d98f23c15623650e4704a888bd2a5a5c708
pjproject_bundled: Fix setting max log level

An earlier attempt to prevent pjsua from spitting out an extra 6795
lines of debug output every time the testsuite called it was also
turning off the ability for asterisk to output debug info when it
needed to.  This patch reverts the earlier fix and instead adds
a pjproject patch that sets the startup log level to 1 for pjsua
pjsystest and the pjsua python binding.  This is an asterisk-only
patch that does not affect pjproject functionality and will not be
submitted upstream.

Change-Id: I347a8b58b2626f2906ccfc1d339e907627a0c9e8
third-party/pjproject/Makefile
third-party/pjproject/patches/0000-set_apps_initial_log_level.patch [new file with mode: 0644]