adutra commented on code in PR #2268: URL: https://github.com/apache/polaris/pull/2268#discussion_r2254887623
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -68,9 +68,16 @@ quarkus.log.file.path=./logs/polaris.log quarkus.log.file.rotation.file-suffix=.yyyy-MM-dd.gz quarkus.log.file.rotation.max-file-size=10M quarkus.log.file.rotation.max-backup-index=14 -quarkus.log.category."org.apache.polaris".level=INFO -quarkus.log.category."org.apache.iceberg.rest".level=INFO -quarkus.log.category."io.smallrye.config".level=INFO + +# Useful loggers. Set "io.smallrye.config"to DEBUG to print the resolved configuration properties. Review Comment: These loggers were getting in the way for integration tests, so better to comment them out. -- 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