diff options
Diffstat (limited to 'log4qt-debug.conf')
| -rw-r--r-- | log4qt-debug.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/log4qt-debug.conf b/log4qt-debug.conf index cabd53a..2d55cdc 100644 --- a/log4qt-debug.conf +++ b/log4qt-debug.conf @@ -1,4 +1,4 @@ -log4j.rootLogger=DEBUG, consolelog, syslog #, filelog +log4j.rootLogger=DEBUG, consolelog, syslog log4j.appender.consolelog=org.apache.log4j.ColorConsoleAppender log4j.appender.consolelog.layout=org.apache.log4j.SimpleTimeLayout @@ -10,4 +10,4 @@ log4j.appender.syslog.threshold=ERROR log4j.appender.filelog=org.apache.log4j.DailyRollingFileAppender log4j.appender.filelog.layout=org.apache.log4j.SimpleTimeLayout -log4j.appender.filelog.file=$XDG_CACHE_HOME/pebble.log +log4j.appender.filelog.file=/tmp/pebble.log |
