AUDIT as logfacility name did not work, SC-2670
This commit is contained in:
parent
0a14f8719c
commit
85c511f2c4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<appender name="<%= syslog_server %>" class="ch.qos.logback.classic.net.SyslogAppender">
|
||||
<syslogHost><%= syslog_server %></syslogHost>
|
||||
<port>514</port>
|
||||
<facility>AUDIT</facility>
|
||||
<facility>USER</facility>
|
||||
<suffixPattern>%msg</suffixPattern>
|
||||
<throwableExcluded>true</throwableExcluded>
|
||||
</appender>
|
||||
|
|
Loading…
Add table
Reference in a new issue