gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
844 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | ; |
---|
| 2 | ; Logging Configuration |
---|
| 3 | ; |
---|
| 4 | ; In this file, you configure logging to files or to |
---|
| 5 | ; the syslog system. |
---|
| 6 | ; |
---|
| 7 | ; For each file, specify what to log. |
---|
| 8 | ; |
---|
| 9 | ; For console logging, you set options at start of |
---|
| 10 | ; Asterisk with -v for verbose and -d for debug |
---|
| 11 | ; See 'asterisk -h' for more information. |
---|
| 12 | ; |
---|
| 13 | ; Directory for log files is configures in asterisk.conf |
---|
| 14 | ; option astlogdir |
---|
| 15 | ; |
---|
| 16 | [logfiles] |
---|
| 17 | ; |
---|
| 18 | ; Format is "filename" and then "levels" of debugging to be included: |
---|
| 19 | ; debug |
---|
| 20 | ; notice |
---|
| 21 | ; warning |
---|
| 22 | ; error |
---|
| 23 | ; verbose |
---|
| 24 | ; |
---|
| 25 | ; Special filename "console" represents the system console |
---|
| 26 | ; |
---|
| 27 | ;debug => debug |
---|
| 28 | ;console => notice,warning,error |
---|
| 29 | ;console => notice,warning,error,debug |
---|
| 30 | ;messages => notice,warning,error |
---|
| 31 | full => notice,warning,error,debug,verbose |
---|
| 32 | |
---|
| 33 | ;syslog keyword : This special keyword logs to syslog facility |
---|
| 34 | ; |
---|
| 35 | ;syslog.local0 => notice,warning,error |
---|
| 36 | ; |
---|
Note: See
TracBrowser
for help on using the repository browser.