]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjproject_bundled: Fix setting max log level 59/4759/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:31:54 +0000 (10:31 -0600)
commit177e81ee47708a30b0a042acf4be19b4b812676e
tree4fbad739593f10b415a0bc4fe9dcb8392b1a722d
parent8c3ec5038f84de8784fa1dad989312333164fe3f
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]