The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

v1.3alpha8 :: tests / input / watchdog /

watchdog.FileWatchdog.test2_1.properties

log4j.debug=TRUE
log4j.threshold=ON

log4j.rootLogger=DEBUG,A

log4j.appender.A=org.apache.log4j.FileAppender
log4j.appender.A.File=output/watchdog.FileWatchdog.test2.txt
log4j.appender.A.Append=false
log4j.appender.A.layout=org.apache.log4j.PatternLayout
log4j.appender.A.layout.ConversionPattern=%p - %m%n

#log4j.logger.org.apache.log4j=WARN
log4j.logger.org.apache.log4j.watchdog.FileWatchdogTestCase=DEBUG
log4j.logger.org.apache.log4j.watchdog.FileWatchdog=ERROR

[See repo JSON]