summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-05-10 11:08:33 +0300
committerMark Michelson <mmichelson@digium.com>2016-05-12 16:53:06 -0500
commitd7af591c59ecda3856ae28a8cd442828be75ded8 (patch)
treeca2e75f89ed9011e3fde63bbd5cb15ee9852a52d /configs
parent95285c6d23279345a1cfd48881fa38f2bc8c6e23 (diff)
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/basic-pbx/asterisk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/basic-pbx/asterisk.conf b/configs/basic-pbx/asterisk.conf
index 576cc976b..ad31c03d8 100644
--- a/configs/basic-pbx/asterisk.conf
+++ b/configs/basic-pbx/asterisk.conf
@@ -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.