summaryrefslogtreecommitdiff
path: root/log4qt-debug.conf
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-08 00:28:48 +0100
committerJavier <dev.git@javispedro.com>2014-12-08 00:28:48 +0100
commit38b2c79758a2ef619b887e0e226a71ab39b10e80 (patch)
tree2c6c4cddb1442feadb517b5cbc91952c9347196e /log4qt-debug.conf
parent4280a9bda38046f702a4151d7b831a3bf46ef169 (diff)
use same config path as UI and fix logfiles
Diffstat (limited to 'log4qt-debug.conf')
-rw-r--r--log4qt-debug.conf4
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