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

fix(logger): remove warn from subscriber #143

Merged
merged 1 commit into from
Jan 14, 2025
Merged

fix(logger): remove warn from subscriber #143

merged 1 commit into from
Jan 14, 2025

Conversation

NishantJoshi00
Copy link
Member

This pull request includes changes to the logging mechanism in the src/logger module. The most important changes involve replacing the tracing::warn! macro with eprintln! for logging reserved entries.

Changes to logging mechanism:

  • src/logger/formatter.rs: Replaced tracing::warn! with eprintln! for logging attempts to add reserved entries to the logs.
  • src/logger/storage.rs: Replaced tracing::warn! with eprintln! for logging reserved entries when recording values.

@NishantJoshi00 NishantJoshi00 self-assigned this Jan 14, 2025
@Chethan-rao Chethan-rao merged commit ceff279 into main Jan 14, 2025
4 checks passed
@Chethan-rao Chethan-rao deleted the fix-trace branch January 14, 2025 14:50
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