Skip to content

Refactor: replace debug print statements with proper logging in anchorsenseController#5

Open
rakshityadav1868 wants to merge 1 commit into
ruxailab:mainfrom
rakshityadav1868:replace-print-statment
Open

Refactor: replace debug print statements with proper logging in anchorsenseController#5
rakshityadav1868 wants to merge 1 commit into
ruxailab:mainfrom
rakshityadav1868:replace-print-statment

Conversation

@rakshityadav1868
Copy link
Copy Markdown
Contributor

Description

Replaced all debug print() statements with proper Python logging module in anchorsenseController.py.

Changes

  • Added import logging and created logger instance
  • Replaced print() statements with appropriate logging calls:
    • logger.debug() for informational messages
    • logger.error() for error conditions
    • logger.exception() for exception handling with stack traces

…roller

Signed-off-by: Rakshit Yadav <yadavrakshit60@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.

1 participant