summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2009-05-08 14:06:15 +0000
committerKevin P. Fleming <kpfleming@digium.com>2009-05-08 14:06:15 +0000
commit7893ab8fe73732ff6d16389a3a56da53d1a0460a (patch)
treeb51587c7aa3bb5510b5d1e97a94b29dc625b0b7c /configs
parent9cd0a94aeb2387d9e78b3b34d460ca4ec3faaae5 (diff)
Merged revisions 193193 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r193193 | kpfleming | 2009-05-08 09:03:28 -0500 (Fri, 08 May 2009) | 7 lines Make absolute paths for logger channels work properly (Note: This is not a new feature, it was previously undocumented and broken.) The Asterisk logger has a feature to support absolute pathnames for logger channels, but the code implementing the feature was broken. This has been fixed, and the absolute path feature is now documented in the sample logger.conf. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193194 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/logger.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/logger.conf.sample b/configs/logger.conf.sample
index 09b4b62a1..17d3cc420 100644
--- a/configs/logger.conf.sample
+++ b/configs/logger.conf.sample
@@ -69,6 +69,10 @@
;
; Special filename "console" represents the system console
;
+; Filenams can either be relative to the standard Asterisk log directory
+; (see 'astlogdir' in asterisk.conf), or absolute paths that begin with
+; '/'.
+;
; We highly recommend that you DO NOT turn on debug mode if you are simply
; running a production system. Debug mode turns on a LOT of extra messages,
; most of which you are unlikely to understand without an understanding of