Skip to content

Commit

Permalink
Use shaded org.apache.hc
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
edysli and kiview committed Oct 5, 2022
1 parent 8d0efd6 commit 5958778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/supported_docker_environment/logging_config.md
Expand Up @@ -18,7 +18,7 @@ should be included in your classpath to show a reasonable level of log output:

<logger name="org.testcontainers" level="INFO"/>
<logger name="com.github.dockerjava" level="WARN"/>
<logger name="org.apache.hc.client5.http.wire" level="OFF"/>
<logger name="com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.wire" level="OFF"/>
</configuration>
```

Expand Down

0 comments on commit 5958778

Please sign in to comment.