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

Ensure logging messages don't reach the root logger #345

Merged
merged 3 commits into from
Jan 19, 2024

Commits on Jan 19, 2024

  1. Set loglevel to INFO by default

    DEBUG should only be used when, well, debugging, and is thus not
    useful to have on by default.
    hugobuddel committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    541f65c View commit details
    Browse the repository at this point in the history
  2. Update scopesim/__init__.py

    Co-authored-by: teutoburg <73600109+teutoburg@users.noreply.github.com>
    hugobuddel and teutoburg committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bbde4f1 View commit details
    Browse the repository at this point in the history
  3. Configure logging for tests

    teutoburg committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    42a9ed8 View commit details
    Browse the repository at this point in the history