summaryrefslogtreecommitdiffstats
path: root/conf/log4perl-test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/log4perl-test.conf')
-rw-r--r--conf/log4perl-test.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/log4perl-test.conf b/conf/log4perl-test.conf
new file mode 100644
index 000000000..7f2309c80
--- /dev/null
+++ b/conf/log4perl-test.conf
@@ -0,0 +1,7 @@
+log4perl.rootLogger = DEBUG, DebugSocket
+log4perl.appender.DebugSocket = Log::Log4perl::Appender::Socket
+log4perl.appender.DebugSocket.PeerAddr=127.0.0.1
+log4perl.appender.DebugSocket.PeerPort=5880
+log4perl.appender.DebugSocket.defer_connection=1
+log4perl.appender.DebugSocket.layout = Log::Log4perl::Layout::PatternLayout
+log4perl.appender.DebugSocket.layout.ConversionPattern = [%d] [%c] <%p> %m{chomp} at %F line %L (%M)%n