181810affSAndrei Pozolotin 281810affSAndrei Pozolotin# Root logger option 381810affSAndrei Pozolotinlog4j.rootLogger=INFO, stdout 481810affSAndrei Pozolotin 581810affSAndrei Pozolotin# Direct log messages to stdout 681810affSAndrei Pozolotinlog4j.appender.stdout=org.apache.log4j.ConsoleAppender 781810affSAndrei Pozolotinlog4j.appender.stdout.Target=System.out 881810affSAndrei Pozolotinlog4j.appender.stdout.layout=org.apache.log4j.PatternLayout 981810affSAndrei Pozolotinlog4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n 1006fc6c7cSMatthias Sohnlog4j.appender.fileLogger.bufferedIO = true 1106fc6c7cSMatthias Sohnlog4j.appender.fileLogger.bufferSize = 4096 125911521bSMatthias Sohn 13*0bc89fabSMatthias Sohn#log4j.logger.org.eclipse.jgit.util.FS = DEBUG 145911521bSMatthias Sohn#log4j.logger.org.eclipse.jgit.internal.storage.file.FileSnapshot = DEBUG 15