You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Replace tracing::info! with stdout.
Ensure logs remain clean and readable.
Retain and test tracing::trace! for debugging.
This change aims to streamline log output for better user experience.
The text was updated successfully, but these errors were encountered:
Description
Replace all instances of
tracing::info!
with stdout (e.g.,println!
) to improve readability by removingtimestamp [INFO]
noise. Retaintracing::trace!
for debugging purposes.Action Items
tracing::info!
with stdout.tracing::trace!
for debugging.This change aims to streamline log output for better user experience.
The text was updated successfully, but these errors were encountered: