kbendick opened a new issue #2557:
URL: https://github.com/apache/iceberg/issues/2557


   When running `./gradlew clean build` and the associated test suites, there 
are a lot of INFO level logs coming from `io.quarkus.http.access-log`.
   
   When running `build`, there's a pretty large number of logs like this that 
come out that we should potentially suppress.
   
   Here's a sample. They all seem to be coming from Task :iceberg-nessie:test. 
   
   ```
   23:33:42.481 [executor-thread-1] INFO  io.quarkus.http.access-log - 
127.0.0.1 - - 05/May/2021:23:33:42 -0700 "GET 
/api/v1/contents/a.t3?ref=6c80eedd3b189148729ec13f3473453c4803819b217c0beec1f47850560d3b6e
 HTTP/1.1" 404 149
   23:33:42.514 [executor-thread-1] INFO  io.quarkus.http.access-log - 
127.0.0.1 - - 05/May/2021:23:33:42 -0700 "POST 
/api/v1/trees/branch/test-namespace/commit?expectedHash=6c80eedd3b189148729ec13f3473453c4803819b217c0beec1f47850560d3b6e
 HTTP/1.1" 204 -
   23:33:42.518 [executor-thread-1] INFO  io.quarkus.http.access-log - 
127.0.0.1 - - 05/May/2021:23:33:42 -0700 "GET /api/v1/trees/tree/test-namespace 
HTTP/1.1" 200 131
   23:33:42.522 [executor-thread-1] INFO  io.quarkus.http.access-log - 
127.0.0.1 - - 05/May/2021:23:33:42 -0700 "GET 
/api/v1/contents/a.t3?ref=8fdf0fce4f17f9d8f56498e71535c951549116512760b319bbda184ef2f5c9a3
 HTTP/1.1" 200 206
   ```
   
   If nobody has any objections, I think we should suppress this as it's quite 
a lot when running the test suites, but arguably we do keep the Flink INFO logs 
so it might just be something I'm less used to.


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to