Skip to content

Commit

Permalink
test: disable trace logging for trippy in simulation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Mar 7, 2024
1 parent 1edcfc5 commit 05af26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sim/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn runtime() -> &'static Arc<Mutex<Runtime>> {
RUNTIME.get_or_init(|| {
tracing_subscriber::fmt()
.with_span_events(FmtSpan::NONE)
.with_env_filter("trippy=debug,sim=debug")
.with_env_filter("trippy=off,sim=debug")
.init();

let runtime = tokio::runtime::Builder::new_multi_thread()
Expand Down

0 comments on commit 05af26a

Please sign in to comment.