mirror of
https://github.com/AllStarLink/ASL3-Docker.git
synced 2026-08-26 14:27:28 -04:00
20 lines
426 B
Text
20 lines
426 B
Text
;
|
|
; Logging Configuration
|
|
;
|
|
[general]
|
|
dateformat=%F %T.%3q ; with milliseconds
|
|
|
|
[logfiles]
|
|
;
|
|
; Format is "filename" and then "levels" of debugging to be included:
|
|
; debug
|
|
; notice
|
|
; warning
|
|
; error
|
|
;
|
|
; Special filename "console" represents the system console
|
|
;
|
|
;debug.log => debug
|
|
console => notice,warning,error,dtmf,debug,verbose
|
|
;console => notice,warning,error,dtmf
|
|
messages.log => notice,warning,error,dtmf
|