Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created March 26, 2020 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faxm0dem/ffd9451201d38235075b4cfc50109ef4 to your computer and use it in GitHub Desktop.
Save faxm0dem/ffd9451201d38235075b4cfc50109ef4 to your computer and use it in GitHub Desktop.
logback syslog
<appender name="SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender">
<syslogHost>localhost</syslogHost>
<port>514</port>
<facility>USER</facility>
<suffixPattern>dCache-pool:park=LCG,service=%X{cells.cell},ndc=%X{org.dcache.ndc},message=%m%n</suffixPattern>
</appender>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment