DragonFSKY opened a new pull request, #4247: URL: https://github.com/apache/logging-log4j2/pull/4247
Fixes #4238. This changes the Log4j 1 `SyslogAppender` bridge default protocol from TCP to UDP for both XML and properties configurations, matching Log4j 1 behavior. Explicit TCP and UDP configurations remain supported. The migration guide now documents the bridge-specific `protocol` parameter and the framing limitation for stream transports. ## Testing - `./mvnw verify -pl :log4j-1.2-api` - `./mvnw compile` - `./mvnw site` A full `./mvnw verify` run stopped in the unrelated `JeroMqAppenderTest` because the `JeroMQAppender` fixture was not created (`No appender named JeroMQAppender`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
