A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

fix: remove unnecessary color formatting from received message logging

+1 -1
+1 -1
crates/jetstream/src/subscriber.rs
··· 73 73 return Ok::<(), Error>(()); 74 74 } 75 75 76 - tracing::info!(message = %text.bright_green(), "Received message"); 76 + tracing::info!(message = %text, "Received message"); 77 77 if let Some(commit) = message.commit { 78 78 match save_scrobble(state, pool, &message.did, commit).await { 79 79 Ok(_) => {