Skip to content

Commit

Permalink
[TRIVIAL] Remove solvers auction log (#2438)
Browse files Browse the repository at this point in the history
# Description
Removes logging the whole auction in solvers crate since it's
overwhelming the logs.

Related to
cowprotocol/infrastructure#1147 (review)
  • Loading branch information
sunce86 authored Feb 26, 2024
1 parent 5f013b8 commit bb874d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/solvers/src/api/routes/solve/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ pub async fn solve(
}
};

tracing::trace!(?auction);

let auction_id = auction.id;
let solutions = state
.solve(auction)
Expand Down

0 comments on commit bb874d2

Please sign in to comment.