A decentralized music tracking and discovery platform built on AT Protocol 馃幍 forked from rocksky.app/rocksky

Refactor logging to use `tracing` instead of `println` and `eprintln` master

- 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.


+260 -426
27 changed files