summaryrefslogtreecommitdiffstats
path: root/src/main/properties
diff options
context:
space:
mode:
authorNils Schwabe2014-07-23 14:19:46 +0200
committerNils Schwabe2014-07-23 14:19:46 +0200
commit56512f44aa6430aeeabe5b81057d30c169fce104 (patch)
tree9572b3984147b631a652c2a8118b6678e5e80f3f /src/main/properties
parentAdd that client gets error if a certain block was transmitted to many times a... (diff)
downloadmasterserver-56512f44aa6430aeeabe5b81057d30c169fce104.tar.gz
masterserver-56512f44aa6430aeeabe5b81057d30c169fce104.tar.xz
masterserver-56512f44aa6430aeeabe5b81057d30c169fce104.zip
Fix some bugs while testing the connection
Change log level of thrift filetransfer to error in log4j properties
Diffstat (limited to 'src/main/properties')
-rw-r--r--src/main/properties/log4j.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/properties/log4j.properties b/src/main/properties/log4j.properties
index ced1f8d..1a15589 100644
--- a/src/main/properties/log4j.properties
+++ b/src/main/properties/log4j.properties
@@ -4,8 +4,9 @@ log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
+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 \ No newline at end of file
+log4j.logger.org.apache.ftpserver=ERROR
+log4j.logger.org.openslx.filetransfer=ERROR \ No newline at end of file