Skip to content

Logging: never basicConfig at import #107

Description

@himanshu231204

Background

A module may call logging.basicConfig() at import.

Why it matters

AGENT.md forbids import-time config; it hijacks user logging.

Acceptance criteria

  • Audit all modules; remove import-time basicConfig.
  • Add a test that imports the package without configuring root logging.

Where to look

  • src/modeldock/, common/logging.py

How to claim

Comment /claim on this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions