aboutsummaryrefslogtreecommitdiffstats
path: root/configs/logger.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-02-11 04:25:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-02-11 04:25:04 +0000
commit887b69803471e467183365aebe892f6694215da9 (patch)
tree6c5b7dba9900a26aeec8fa32447f3114d1b0a413 /configs/logger.conf.sample
parent75465c0e548bdfe264e292d95499afd38af824d1 (diff)
Version 0.1.11 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@412 f38db490-d61c-443f-a65b-d21fe96a405b
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