]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
basic-cfg: asterisk.conf: debug level 5 spams 26/2826/1
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 10 May 2016 08:08:33 +0000 (11:08 +0300)
committerMark Michelson <mmichelson@digium.com>
Thu, 12 May 2016 21:53:06 +0000 (16:53 -0500)
Don't suggest users to use debug level 5, which spews (usually
non-useful) debug information. Reduce the suggestion to (an
arbitrarily-selected) level 2.

Change-Id: Ib53195f78945970956ff59ef13fa89b90e0fcd60
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
configs/basic-pbx/asterisk.conf

index 576cc976b6d1c0c9feeb02f5369c6d5a8c2371ef..ad31c03d8827fc57a685c5e18576815a7cce3de3 100644 (file)
@@ -15,7 +15,7 @@ astsbindir => /usr/sbin
 ; If we want to start Asterisk with a default verbosity for the verbose
 ; or debug logger channel types, then we use these settings.
 ;verbose = 5
-;debug = 5
+;debug = 2
 
 ; User and group to run asterisk as. NOTE: This will require changes to
 ; directory and device permissions.