summaryrefslogtreecommitdiff
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-02-11 04:25:04 +0000
committerMark Spencer <markster@digium.com>2002-02-11 04:25:04 +0000
commit6c1cfa8b832da985de0bb623e874f9d63a9d4d45 (patch)
tree6c5b7dba9900a26aeec8fa32447f3114d1b0a413 /configs/logger.conf.sample
parent3957344c834223682885ec11d6f67c811d341f42 (diff)
Version 0.1.11 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/logger.conf.sample')
-rwxr-xr-xconfigs/logger.conf.sample16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
new file mode 100755
index 000000000..d773ad693
--- /dev/null
+++ b/configs/logger.conf.sample
@@ -0,0 +1,16 @@
+;
+; 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