Skip to content

Consider suppressing INFO level io.quarkus.http.access-log logs in tests #2557

Closed
@kbendick

Description

@kbendick

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.

The INFO Flink ones all seem to be coming from org.apache.flink.runtime.io.disk.FileChannelManagerImpl, so possibly we can suppress that too.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions