I’m using the SyslogAppender of log4j version 2.17.1 (package org.apache.logging.log4j.core.appender) in order to send syslog messages. the message are sent in the next format: I would like to remove the header for the message (remove the “Mar 23 17:32:24 se-demo”) and send only the message itself. My appender is built with java code: I attached also a printscreen of the