dlscjf151 opened a new pull request, #19626: URL: https://github.com/apache/pinot/pull/19626
## Summary Fix the Docker broker Log4j2 configuration so `QueryLogger` references the declared `querylog` rolling-file appender. The appender name is case-sensitive. The previous `queryLog` reference did not resolve, and `additivity="false"` prevented query records from falling back to the root appenders. Fixes #19625. ## Testing - Parsed `docker/images/pinot/etc/conf/pinot-broker-log4j2.xml` as XML. - Verified every `AppenderRef` resolves to a declared appender. - `./mvnw spotless:apply -N` - `./mvnw license:format -N` - `./mvnw checkstyle:check -N` - `./mvnw license:check -N` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
