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

Use same code for setting up cli/non-cli formatter #5311

Merged
merged 2 commits into from May 29, 2019

Commits on May 28, 2019

  1. Use same code for setting up cli/non-cli formatter

    A method _create_formatter was introduced that is used for both the
    log_cli_formatter and the log_formatter.
    
    Consequences of this commit are:
    * Captured logs that are output for each failing test are formatted
      using the ColoredLevelFromatter.
    * The formatter used for writing to a file still uses the non-colored
      logging.Formatter class.
    twmr committed May 28, 2019
    Copy the full SHA
    d4b85da View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Update changelog/5311.feature.rst

    Co-Authored-By: Daniel Hahler <github@thequod.de>
    twmr and blueyed committed May 29, 2019
    Copy the full SHA
    31b1c4c View commit details
    Browse the repository at this point in the history