adutra commented on code in PR #2268:
URL: https://github.com/apache/polaris/pull/2268#discussion_r2254888650


##########
runtime/defaults/src/main/resources/application-it.properties:
##########
@@ -17,15 +17,22 @@
 # under the License.
 #
 
-# Configuration common to ALL integration tests (executed with "it" profile).
-# Note: Quarkus integration tests cannot use QuarkusTestProfile
+# Configuration common to ALL integration tests (executed with "it" profile – 
Gradle "intTest" tasks).
+# Note: Quarkus integration tests cannot use QuarkusTestProfile.
+
+# Note about logging during integration tests:
+# - Logging for test code is configured in the `application-test.properties` 
file (!!).
+#   By default, it is set to `ERROR` level.
+# - Logging for application code is configured in the main 
`application.properties` file.
+#   By default, it is set to `INFO` level.
+# As far as I can tell, configuring logging levels or appenders in this file 
is ineffective.

Review Comment:
   This is the nice little surprise of the day 😆 



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to