-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Colocation logging improvements (#1986)
# Description Ideally we can query a specific auction ID in kibana and get from a concise overview of what happened in the auction only by looking at INFO + logs (DEBUG may be somewhat noisy, TRACE is off by default). Currently when looking e.g. at [this auction](https://production-6de61f.kb.eu-central-1.aws.cloud.es.io/app/r/s/8yS6J) we can see a lot of noisy info logs telling us about solvers submitting empty solutions, and their solver engines receiving the auction and fetching liquidity. At the same time, we don't see information about the runners up solutions (unless they fail) in order to be able to easily reproduce them in Tenderly or Phalcon. This PR improves this # Changes - Log auction ID in execute call (this allows to get the auction_id from the tx_hash in a single INFO level request) - demote some noisy logs from info to debug - Add a log for successfully simulated solution candidate (not just the winning one) ## How to test 1. Run system with only INFO logs and see relevant information in a concise way ## Related Issues Fixes #1952
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters