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 :: src / java / org / apache / log4j / net / test /

syslog.lcf


# ------------------------------------------------+
# Set the host variable to match your environment |
# ------------------------------------------------+
host=torino.qos.ch


log4j.rootCategory=DEBUG, A1

log4j.appender.A1=org.apache.log4j.net.SyslogAppender
log4j.appender.A1.SyslogHost=${host}

log4j.appender.A1.layout=org.apache.log4j.PatternLayout

# -----------------------------------------------------------------
# The ConversionPattern should be terminated with a "\n" instead of
# the usual "%n" as the syslog host is most probably a unix machine.
# -----------------------------------------------------------------
log4j.appender.A1.layout.ConversionPattern=%-5r %-5p [%t] %c{2} %x - %m\n


[See repo JSON]