the-other-tim-brown commented on code in PR #6170:
URL: https://github.com/apache/hudi/pull/6170#discussion_r943995381
##########
.github/workflows/bot.yml:
##########
@@ -9,6 +9,8 @@ on:
branches:
- master
- 'release-*'
+env:
+ MVN_ARGS: -ntp -B -V -Pwarn-log
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=warn
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.dependency=warn
Review Comment:
We can specify a logging configuration for maven itself if we want and
configure the simple logger there. Some plugins allow you to set the log level
in their configuration but these plugins do not have that option
--
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]