Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update logback-test.xml example to show how to enable DEBUG only for Testcontainers #5976

Merged
merged 3 commits into from Oct 5, 2022

Commits on Oct 5, 2022

  1. Recommend disabling Apache HTTP client wire logging

    Apache HTTP client's wire logger produces a large amount of log data,
    which can include secrets. Therefore recommend turning it off, so that
    it won't become enabled in case the root logger's level is increased
    to DEBUG.
    
    Fixes testcontainers#4913
    edysli committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    91f0ec7 View commit details
    Browse the repository at this point in the history
  2. Recommend enabling debug logging only for org.testcontainers

    Add an example showing how to enable debug logging only for the
    `org.testcontainers` package. Recommend against enabling debug level
    on the root logger in order to not be swamped by log data.
    
    Fixes testcontainers#4913
    edysli committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8d0efd6 View commit details
    Browse the repository at this point in the history
  3. Use shaded org.apache.hc

    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    edysli and kiview committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5958778 View commit details
    Browse the repository at this point in the history