Skip to content

Conversation

@pushpam345
Copy link
Contributor

Description

Give a brief description of the pull request.## Description

This pull request replaces all print statements used for status and error messages throughout the codebase with Python’s built-in logging module.
This change improves maintainability, configurability, and consistency in how messages are handled, allowing better control over log levels and output destinations.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Closes #7

Checklist

@pushpam345
Copy link
Contributor Author

@Dheerajyadav1 sir , please review my pull request .

@pushpam345
Copy link
Contributor Author

@Dheerajyadav1 i have fixed the merge conflict, please review it

@Dheerajyadav1 Dheerajyadav1 merged commit ef8bb7b into OPCODE-Open-Spring-Fest:main Nov 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace Print Statements with Logging

2 participants