let.bullet-pulsar.1.0.6.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bullet-pulsar Show documentation
Show all versions of bullet-pulsar Show documentation
This is all things Pulsar related for Bullet - primarily the pluggable PubSub implementations
# Root logger option
log4j.rootLogger=INFO, stdout
# 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=[%-5p] %d{ISO8601} %c - %m%n