mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-07 23:14:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
12
roles/unmaintained/bluemind/templates/bm-ips.log.xml.j2
Normal file
12
roles/unmaintained/bluemind/templates/bm-ips.log.xml.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<appender name="SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender">
|
||||
<syslogHost>localhost</syslogHost>
|
||||
<port>10514</port>
|
||||
<facility>DAEMON</facility>
|
||||
<suffixPattern>bm-ips - [%thread] %c{1} %p - %m\n</suffixPattern>
|
||||
</appender>
|
||||
<root level="INFO">
|
||||
<appender-ref ref="SYSLOG" />
|
||||
</root>
|
||||
</configuration>
|
Reference in New Issue
Block a user