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

Set the log level when capturing logs in tests. #5418

Merged
merged 2 commits into from
Feb 1, 2018

Commits on Feb 1, 2018

  1. Set the log level when capturing logs in tests.

    This allows the test writer to ensure their log statements fire when
    expected in the face of non-local manipulation of the global python
    logging subsystem.
    
    Fixes pantsbuild#5417
    jsirois committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    68e9a6e View commit details
    Browse the repository at this point in the history
  2. Kill unused import.

    jsirois committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    3eb7a8b View commit details
    Browse the repository at this point in the history