Skip to content

Quiet mhctools logging by default - #261

Merged
iskandr merged 1 commit into
masterfrom
agent/quiet-logging-default
Jul 11, 2026
Merged

Quiet mhctools logging by default#261
iskandr merged 1 commit into
masterfrom
agent/quiet-logging-default

Conversation

@iskandr

@iskandr iskandr commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Fixes #260.

Summary:

  • Stop calling logging.config.fileConfig from mhctools.logging.get_logger.
  • Attach a NullHandler to the mhctools package logger so imports stay quiet by default.
  • Add mhctools.set_log_level(...) as the supported top-level log threshold control.
  • Bump version to 3.31.4.

Validation:

  • pytest tests/test_logging.py -q
  • ./lint.sh
  • ./test.sh (657 passed, 51 skipped, 2 xfailed)

@iskandr
iskandr merged commit 10cd930 into master Jul 11, 2026
5 checks passed
@iskandr
iskandr deleted the agent/quiet-logging-default branch July 11, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logging: don't configure global logging on import; add a top-level set_log_level() / quiet default

1 participant