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

Suppress TensorFlow info messages to debug level #721

Merged
merged 8 commits into from
Aug 3, 2023

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    c115aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b56185 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    31af009 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    642498b View commit details
    Browse the repository at this point in the history
  2. Make tests pass

    If this test is run after other tests with @mock.patch.dict(os.environ,...), the tests with caplog fixture in test_config.py fail
    juhoinkinen committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a59c52e View commit details
    Browse the repository at this point in the history
  3. Alter level mapping

    Tone down only TensorFlow INFO level: INFO messages by TFare shown only when running Annif at DEBUG level
    juhoinkinen committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a2971eb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix comment on TF level

    juhoinkinen committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c016754 View commit details
    Browse the repository at this point in the history
  2. Add docstring

    juhoinkinen committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    80c0fe2 View commit details
    Browse the repository at this point in the history