mneethiraj commented on code in PR #3928:
URL: https://github.com/apache/polaris/pull/3928#discussion_r2915412794
##########
build.gradle.kts:
##########
@@ -106,6 +106,9 @@ tasks.named<RatTask>("rat").configure {
// Polaris service startup banner
excludes.add("runtime/service/src/**/banner.txt")
+ // Polaris service log files - generated by polaris-server
+ excludes.add("runtime/server/logs/**")
Review Comment:
No, this is not specific to this PR. Will update to remove this change from
this PR.
--
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]