]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Make absolute paths for logger channels work properly
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 8 May 2009 14:03:28 +0000 (14:03 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 8 May 2009 14:03:28 +0000 (14:03 +0000)
commit58b5a85e80872278bf98409b9386dc1cd7dfb34c
treeef396b99026480c2ecdd0ccb32221d13e2e97bb0
parent6a5cbae87f22e6fe58273d78bb67fb4b05b41304
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/branches/1.4@193193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/logger.conf.sample
main/logger.c