You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/05/28 21:25:52 UTC

[GitHub] [iceberg] snazy edited a comment on issue #2557: Consider suppressing INFO level io.quarkus.http.access-log logs in tests

snazy edited a comment on issue #2557:
URL: https://github.com/apache/iceberg/issues/2557#issuecomment-850677246


   As discussed on #2588, the iceberg-nessie tests fail against Nessie 0.6.1 (in Iceberg's Java 8 CI run), because Nessie's Quarkus-server is already built for Java 11 (Quarkus 2 will drop support for Java 8 anyways). We've opted to change the Gradle + Maven plugins to pull the uber-jar  and launch that one in a separate Java 11 VM. It has the nice "side effect", that both environment-variables and system-properties can be set very explicitly, so setting the environment variable to reduce the amount of log from the Quarkus HTTP access log is quite easy then.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org