I read the log documentation several times in the syslog appender. I get the impression that the syslog daemon works on every computer, so I configured it the same way as in my example. When I run the program, there are no errors when the system log is checked, nothing was logged there.
<appender name="SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender"> <syslogHost>my ip adress</syslogHost> <facility>USER</facility> <suffixPattern>[%thread] %logger %msg</suffixPattern> </appender>`
source share