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

Refactor: Replace tracing::info! with stdout #435

Open
dutterbutter opened this issue Nov 26, 2024 · 0 comments
Open

Refactor: Replace tracing::info! with stdout #435

dutterbutter opened this issue Nov 26, 2024 · 0 comments

Comments

@dutterbutter
Copy link
Collaborator

Description

Replace all instances of tracing::info! with stdout (e.g., println!) to improve readability by removing timestamp [INFO] noise. Retain tracing::trace! for debugging purposes.

Action Items

  1. Replace tracing::info! with stdout.
  2. Ensure logs remain clean and readable.
  3. Retain and test tracing::trace! for debugging.

This change aims to streamline log output for better user experience.

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