summaryrefslogtreecommitdiffstats
path: root/src/main/properties
diff options
context:
space:
mode:
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