Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Logging Across the Codebase #3171

Open
2 tasks
Rahul721999 opened this issue Nov 4, 2024 · 0 comments
Open
2 tasks

Enhance Logging Across the Codebase #3171

Rahul721999 opened this issue Nov 4, 2024 · 0 comments

Comments

@Rahul721999
Copy link
Contributor

Feature Request

Enhance Logging Across the Codebase

While working on issue: #3080, I noticed that the current codebase lacks sufficient logging functionality. This makes it challenging to track the flow of execution and troubleshoot issues efficiently. To debug effectively, I've had to manually add logging to functions, which could be avoided if there were a more comprehensive, consistent logging setup across the project.

Suggestion:

  • Implement structured logging across key functions and components of the codebase.

  • Establish a standardized logging format and logging levels (INFO, DEBUG, ERROR, etc.) to make log messages meaningful and easy to filter.

Benefits:
Easier Debugging: Consistent logging would simplify tracing errors and understanding function calls during development.
Improved Maintenance: Standardized logging would allow contributors to better understand system behavior, making the codebase more approachable for new developers.

Willing to Assist

I'm willing to contribute to this effort and help set up logging standards across the codebase. Let me know if there are any guidelines to follow or if any specific areas should be prioritized.

Thank You.

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

No branches or pull requests

1 participant