basic-cfg: asterisk.conf: debug level 5 spams

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>
This commit is contained in:
Tzafrir Cohen
2016-05-10 11:08:33 +03:00
parent d0ba3e8196
commit 1b0a9bb2c4

View 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.