summaryrefslogtreecommitdiff
path: root/log4qt-debug.conf
diff options
context:
space:
mode:
Diffstat (limited to 'log4qt-debug.conf')
-rw-r--r--log4qt-debug.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/log4qt-debug.conf b/log4qt-debug.conf
new file mode 100644
index 0000000..974e593
--- /dev/null
+++ b/log4qt-debug.conf
@@ -0,0 +1,15 @@
+log4j.rootLogger=DEBUG, consolelog, syslog, filelog
+
+log4j.appender.consolelog=org.apache.log4j.ColorConsoleAppender
+log4j.appender.consolelog.layout=org.apache.log4j.SimpleTimeLayout
+
+log4j.appender.syslog=org.apache.log4j.SystemLogAppender
+log4j.appender.syslog.layout=org.apache.log4j.SimpleLayout
+log4j.appender.syslog.serviceName=journalctl
+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.logger.Qt=INFO