Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Set default log level for whole crate #329

Merged
merged 1 commit into from Oct 14, 2021
Merged

Set default log level for whole crate #329

merged 1 commit into from Oct 14, 2021

Conversation

bonomat
Copy link
Collaborator

@bonomat bonomat commented Oct 14, 2021

Resolves #325

We were setting a filter for the binaries only and the rest was on INFO.

2021-10-15 08:47:06  WARN (post_cfd_action) POST /api/cfd/<id>/<action>
2021-10-15 08:47:06  WARN 🥅 Catchers:
2021-10-15 08:47:06  WARN (unauthorized) 401
2021-10-15 08:47:06  WARN (unauthorized) /api 401
2021-10-15 08:47:06  WARN 📡 Fairings:
2021-10-15 08:47:06  WARN Shield (liftoff, response, singleton)
2021-10-15 08:47:06  WARN SQL migrations (ignite)
2021-10-15 08:47:06  WARN 'maker' Database Pool (ignite)
2021-10-15 08:47:06  WARN Create actors (ignite)
2021-10-15 08:47:06  INFO 🛡️ Shield:
2021-10-15 08:47:06  WARN 🚀 Rocket has launched from http://127.0.0.1:8001
2021-10-15 08:47:06  INFO New taker 0f54e159-75ac-4d65-9d9f-e37847e88572 connected on 127.0.0.1:64286
2021-10-15 08:47:13  INFO POST /api/order/sell application/json:
2021-10-15 08:47:13 DEBUG Received new order
2021-10-15 08:47:14  INFO GET /api/feed text/event-stream:
2021-10-15 08:47:16  INFO POST /api/order/sell application/json:
2021-10-15 08:47:16 DEBUG Received new order
2021-10-15 08:47:21 DEBUG Taker wants to take an order taker_id=0f54e159-75ac-4d65-9d9f-e37847e88572 quantity=0 order_id=ed6dfa48-275e-4eae-b2f5-5c3ad154eda4
2021-10-15 08:48:06 DEBUG Fetching announcement for /x/BitMEX/BXBT/2021-10-15T22:00:00.price?n=20
2021-10-15 08:48:34  INFO POST /api/order/sell application/json:
2021-10-15 08:48:34 DEBUG Received new order
2021-10-15 08:48:41 DEBUG Taker wants to take an order taker_id=0f54e159-75ac-4d65-9d9f-e37847e88572 quantity=11 order_id=7bbd174b-10a2-4776-9d00-afa41a8077ae
2021-10-15 08:48:45  INFO POST /api/cfd/7bbd174b-10a2-4776-9d00-afa41a8077ae/acceptOrder:
2021-10-15 08:48:45 DEBUG Maker accepts an order order_id=7bbd174b-10a2-4776-9d00-afa41a8077ae
2021-10-15 08:49:06 DEBUG Fetching announcement for /x/BitMEX/BXBT/2021-10-15T22:00:00.price?n=20
2021-10-15 08:49:38  INFO Lock transaction published with txid 09fdafb1125295ea66401e1160542fa39d5695d61d64255bb94431275f892cb4
2021-10-15 08:49:45 DEBUG Found relevant Bitcoin transaction txid=09fdafb1125295ea66401e1160542fa39d5695d61d64255bb94431275f892cb4 status=in mempool

@bonomat bonomat requested a review from da-kami October 14, 2021 21:51
@da-kami
Copy link
Contributor

da-kami commented Oct 14, 2021

bors r+

@thomaseizinger
Copy link
Contributor

Ah good find!

@bors bors bot merged commit 5030e2a into master Oct 14, 2021
@bors bors bot deleted the fix-logging branch October 14, 2021 23:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot see tracing logs
3 participants