]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
basic-cfg: asterisk.conf: debug level 5 spams 94/2794/1
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 10 May 2016 08:08:33 +0000 (11:08 +0300)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 10 May 2016 08:08:33 +0000 (11:08 +0300)
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 67c5e40da011ec8bb40e49cba9fdac7d20d3ac0e..d0812656f33a7e5f8ffa0fe66481c77d1517ba04 100644 (file)
@@ -3,7 +3,7 @@
 ; or debug logger channel types, then we use these settings (by default
 ; they are disabled).
 ;verbose = 5
-;debug = 5
+;debug = 2
 
 ; User and group to run asterisk as. NOTE: This will require changes to
 ; directory and device permissions.