A decentralized music tracking and discovery platform built on AT Protocol ๐ต
Refactor logging to use tracing
#7
merged
opened by
expand 5 commits
hide 5 commits
feat: update dependencies to include tracing and improve logging throughout the application
Refactor logging to use
tracing instead of println and eprintln
- Replaced all instances of `println!` and `eprintln!` with `tracing::info!`, `tracing::warn!`, and `tracing::error!` for better structured logging.
- Updated log messages to include relevant context and structured fields for improved traceability.
- Ensured consistent logging practices across the `jetstream`, `scrobbler`, and `webscrobbler` crates.
feat: remove unused crate main files for analytics, dropbox, googledrive, jetstream, playlists, scrobbler, and webscrobbler
feat: remove unused binary entries for scrobbler and webscrobbler
feat: remove unused owo_colors dependency from submission and scrobbler modules