I'm trying to filter out error log writes such as this one:
com.cloudbees.syslog.sender.TcpSyslogMessageSender - INFO: InetAddress of the Syslog Server have changed, create a new connection. Before=null, new=XXXXXXX
But no matter what I add to the log4j2.xml file, this error persists. Here's log4j2 appenders:
Jenkins and plugins versions report
Environment
```text Paste the output here ```What Operating System are you using (both controller, and any agents involved in the problem)?
Hi,
We're using the syslog library through this maven dep:
I'm trying to filter out error log writes such as this one:
com.cloudbees.syslog.sender.TcpSyslogMessageSender - INFO: InetAddress of the Syslog Server have changed, create a new connection. Before=null, new=XXXXXXX
But no matter what I add to the log4j2.xml file, this error persists. Here's log4j2 appenders:
Michael
Reproduction steps
Expected Results
No log messages when adding:
Actual Results
Error log writes appear
Anything else?
No response
Are you interested in contributing a fix?
Sure, can do.