# Direct log messages to stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %m%n # Root logger option log4j.rootLogger=INFO, stdout # Set up the default logging to be INFO level, then override specific units log4j.logger.org.modeshape=INFO log4j.logger.org.infinispan=INFO log4j.logger.org.modeshape.jcr.tck=WARN log4j.logger.org.modeshape.jcr.ModeShapeTckTest=WARN # This line turns on trace log messages #log4j.logger.org.modeshape.connector.git.GitConnector=TRACE # Turn on debug logging of backup/restore functionality ... #log4j.logger.org.modeshape.jcr.JcrRepository=DEBUG #log4j.logger.org.modeshape.jcr.BackupService=DEBUG #log4j.logger.org.modeshape.jcr.RepositoryQueryManager=DEBUG # This line turns on TRACING messages in the LuceneSearchIndex, which show which # operations are being performed on the index (including the data going into the index) ... #log4j.logger.org.modeshape.search.lucene=TRACE #log4j.logger.org.modeshape.sequencer.cnd=DEBUG #log4j.logger.org.modeshape.jcr.value.binary.infinispan=DEBUG #log4j.logger.org.modeshape.jcr.BackupService=DEBUG # Turn off the serialization protocol used in Hibernate Search (for clustering) # The log line is "Serialization protocol version 1.0 ..." or similar every time the repository is started, # and the following line disables it. log4j.logger.org.hibernate.search.indexes.serialization.avro.impl.AvroSerializationProvider=OFF #Infinispan 5.2 prints a lot of info messages log4j.logger.org.infinispan.jmx=ERROR log4j.logger.org.infinispan.transaction.lookup=WARN