Skip to content

Commit

Permalink
chore: remove unnecessary log message
Browse files Browse the repository at this point in the history
This is just spam in the logs.
  • Loading branch information
bonomat committed Feb 9, 2024
1 parent 6bdd52d commit da0c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/native/src/orderbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async fn handle_orderbook_message(
let msg =
serde_json::from_str::<Message>(&msg).context("Could not deserialize orderbook message")?;

tracing::debug!(%msg, "New orderbook message");
tracing::trace!(%msg, "New orderbook message");

match msg {
Message::Authenticated(lsp_config) => {
Expand Down

0 comments on commit da0c291

Please sign in to comment.