Skip to content

fix: replace print statements with logging in repo_load_controller.py#430

Open
MoralCode wants to merge 1 commit into
mainfrom
ANJAN672/fix/replace-print-with-logging-repo-load-controller
Open

fix: replace print statements with logging in repo_load_controller.py#430
MoralCode wants to merge 1 commit into
mainfrom
ANJAN672/fix/replace-print-with-logging-repo-load-controller

Conversation

@MoralCode

@MoralCode MoralCode commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Ported from the original (augurlabs/augur#3567) filed by @ANJAN672

Description

Replace print statements with proper logging in repo_load_controller.py

Supports #114

Changes

  • Replace 15 print() calls with appropriate logger methods
  • Uses logger.debug(), logger.info(), logger.warning(), and logger.error() based on context

Testing

  • Verified syntax with python3 -m py_compile
  • Logger is already defined in the file (line 18)

Signed-off-by: ANJAN672 <rockyanjan672@gmail.com>
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.

2 participants