tircd (0.21.2-2) logging.patch

Summary

 tircd.cfg |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

Description: Log to file
 Make tircd log to file by default.
Author: Michael Stapelberg <stapelberg@debian.org>

---

Forwarded: not-needed
Last-Update: 2012-05-20

--- tircd-0.21.2.orig/tircd.cfg
+++ tircd-0.21.2/tircd.cfg
@@ -38,8 +38,8 @@ storage_path /var/lib/tircd
 # This controls how POE logs data
 # Current options for logtype are 'stdout', 'stderr', 'file', or 'none', 
 # If file is chosen logfile must be set to a path for the log file
-logtype stdout
-logfile tircd.log
+logtype file
+logfile /var/log/tircd/tircd.log
 
 # This option turns on lots of extra debugging.  The default setting is 0 or off.
 debug 0