dimas-b commented on code in PR #786:
URL: https://github.com/apache/polaris/pull/786#discussion_r1917284970


##########
build.gradle.kts:
##########
@@ -91,6 +91,8 @@ tasks.named<RatTask>("rat").configure {
   excludes.add("logs/**")
   excludes.add("service/common/src/**/banner.txt")
   excludes.add("quarkus/service/logs")
+  excludes.add("quarkus/server/logs")
+  excludes.add("quarkus/admin/logs")

Review Comment:
   WDYT about disabling log _files_ in test tasks? Do people file test log 
files useful? As for me, I'd personally prefer STDOUT.



-- 
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]

Reply via email to