mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
17 lines
302 B
Plaintext
Executable File
17 lines
302 B
Plaintext
Executable File
;
|
|
; Logging Configuration
|
|
;
|
|
[logfiles]
|
|
;
|
|
; Format is "filename" and then "levels" of debugging to be included:
|
|
; debug
|
|
; notice
|
|
; warning
|
|
; error
|
|
;
|
|
; Special filename "console" represents the system console
|
|
;
|
|
;debug => debug
|
|
console => notice,warning,error
|
|
messages => notice,warning,error
|