]> git.ipfire.org Git - thirdparty/asterisk.git/commit
logger.c: Fix default console logging when no logger.conf available.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 18 Oct 2018 00:34:37 +0000 (19:34 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 24 Oct 2018 22:10:30 +0000 (17:10 -0500)
commit92f71534fd208b67bd972b9decb2c394107cf591
treebff6936576a6f3bb7a7de62f8765f86d256fb180
parent1c33cf5cf16430675d512e513348f15e93c4ecaa
logger.c: Fix default console logging when no logger.conf available.

Default logging was not setup correctly when there was no logger.conf.
This resulted in many expected log messages not actually getting out to
the console.

Change-Id: I542e61c03b2f630ff5327f9de5641d776c6fa70c
main/logger.c