From c0eb1e6bfe8d44977c1976d1779f22ef886b4d8e Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Wed, 28 Jan 2004 21:13:50 +0000
Subject: [PATCH] Update logger.conf sample (bug #941, modified)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/logger.conf.sample | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 04a308437d..dd3a5bd9e3 100755
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -1,6 +1,18 @@
 ;
 ; Logging Configuration
 ;
+; In this file, you configure logging to files or to
+; the syslog system.
+;
+; For each file, specify what to log.
+;
+; For console logging, you set options at start of
+; Asterisk with -v for verbose and -d for debug
+; See 'asterisk -h' for more information.
+;
+; Directory for log files is configures in asterisk.conf
+; option astlogdir
+;
 [logfiles]
 ;
 ; Format is "filename" and then "levels" of debugging to be included:
@@ -8,6 +20,7 @@
 ;    notice
 ;    warning
 ;    error
+;    verbose
 ;
 ; Special filename "console" represents the system console
 ;
-- 
GitLab