Skip to content

Commit

Permalink
chore(tests-e2e): Reduce log spam in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
klochowicz committed Jul 3, 2023
1 parent 8150147 commit 4f6a8aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/tests-e2e/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ pub fn init_tracing() {
bdk=info,\
lightning::ln::peer_handler=debug,\
lightning=trace,\
lightning_background_processor=info,\
lightning_transaction_sync=warn, \
sled=info,\
ureq=info",
sled::pagecache::iobuf=info,\
ureq=info, \
native::orderbook=info, \
native::event::event_hub=info",
)
.with_test_writer()
.init()
Expand Down

0 comments on commit 4f6a8aa

Please sign in to comment.