# 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 # 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 # 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 around jmx log4j.logger.org.infinispan.jmx=ERROR log4j.logger.org.infinispan.transaction.lookup=WARN