vlsi commented on code in PR #6326:
URL: https://github.com/apache/jmeter/pull/6326#discussion_r1705239390
##########
src/core/build.gradle.kts:
##########
@@ -45,6 +46,9 @@ dependencies {
api("org.apache.logging.log4j:log4j-core") {
because("GuiLogEventAppender is using log4j-core to implement
GUI-based log appender")
}
+ kapt("org.apache.logging.log4j:log4j-core") {
Review Comment:
One more thing: the processor logs a couple of messages which I think do not
belong to the default output.
```
Note: Processing Log4j annotations
Note: Annotations processed
Note: Processing Log4j annotations
Note: No elements to process
```
There's no value in those messages in the default build execution.
--
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]