All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.groupon.messagebus.client.examples.log4j.properties.sample Maven / Gradle / Ivy

The newest version!
# This file needs to be changed appropriatedly as required
# Also ENSURE that this file is in the classpath of the application
# Root logger option
log4j.rootLogger=INFO, file

# Direct log messages to a log file
log4j.appender.file=org.apache.log4j.RollingFileAppender
log4j.appender.file.File=/var/groupon/hornetq/mbus_client.log
log4j.appender.file.MaxFileSize=5MB
log4j.appender.file.MaxBackupIndex=1
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=[%d{yyyy-MM-dd HH:mm:ss}] %c{1}:%L - %m%n




© 2015 - 2025 Weber Informatics LLC | Privacy Policy