summaryrefslogtreecommitdiffstats
path: root/src/main/properties/log4j.properties
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-20 18:46:02 +0100
committerSimon Rettberg2014-11-20 18:46:02 +0100
commit030a82473e065d027ca3309cc2c4b8381736ab5f (patch)
tree84dfdbe46e04ca2312f146dcc56eb20be1b8a581 /src/main/properties/log4j.properties
parentEnable TLS support for thrift connection aswell (diff)
downloadmasterserver-030a82473e065d027ca3309cc2c4b8381736ab5f.tar.gz
masterserver-030a82473e065d027ca3309cc2c4b8381736ab5f.tar.xz
masterserver-030a82473e065d027ca3309cc2c4b8381736ab5f.zip
Remove some debug messages, fix possible race condition in ImageProcessor
Diffstat (limited to 'src/main/properties/log4j.properties')
-rw-r--r--src/main/properties/log4j.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/properties/log4j.properties b/src/main/properties/log4j.properties
index 1a15589..5452d52 100644
--- a/src/main/properties/log4j.properties
+++ b/src/main/properties/log4j.properties
@@ -9,4 +9,6 @@ log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %F - %m%n
log4j.logger.org.apache.directory=ERROR
log4j.logger.org.apache.mina=ERROR
log4j.logger.org.apache.ftpserver=ERROR
-log4j.logger.org.openslx.filetransfer=ERROR \ No newline at end of file
+log4j.logger.org.openslx.filetransfer=ERROR
+
+org.apache.thrift.server.AbstractNonblockingServer=ERROR \ No newline at end of file