diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-10 21:02:45 +0100 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-01-10 21:02:45 +0100 |
commit | 3fd156ef2cd87e0b70dc5906aad7071ab908cedf (patch) | |
tree | 7d99efe9348cba44096f061f3475583bc1207584 /jsonrpc/target | |
parent | f71862b92f3d76251036485c27cf3a6a899635ab (diff) |
Set default log level to INFO.
Sets default log level to INFO. Sets log level to DEBUG for com.orbekk
packages.
Diffstat (limited to 'jsonrpc/target')
-rw-r--r-- | jsonrpc/target/classes/log4j.properties | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/jsonrpc/target/classes/log4j.properties b/jsonrpc/target/classes/log4j.properties deleted file mode 100644 index 6ca6c6f..0000000 --- a/jsonrpc/target/classes/log4j.properties +++ /dev/null @@ -1,5 +0,0 @@ -log4j.rootLogger=DEBUG, A1 - -log4j.appender.A1=org.apache.log4j.ConsoleAppender -log4j.appender.A1.layout=org.apache.log4j.PatternLayout -log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%c] - %m%n |