mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
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>
15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
[options]
|
|
; If we want to start Asterisk with a default verbosity for the verbose
|
|
; or debug logger channel types, then we use these settings (by default
|
|
; they are disabled).
|
|
;verbose = 5
|
|
;debug = 2
|
|
|
|
; User and group to run asterisk as. NOTE: This will require changes to
|
|
; directory and device permissions.
|
|
;runuser = asterisk ; The user to run as. The default is root.
|
|
;rungroup = asterisk ; The group to run as. The default is root
|
|
|
|
defaultlanguage = en
|
|
documentation_language = en_US
|