Skip to content

Commit

Permalink
Show all ConformU messages
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Sep 10, 2024
1 parent 37871f9 commit 42f2fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test_utils/logging_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ fn prepare_test_env() {
tracing_subscriber::registry()
.with(
tracing_subscriber::filter::Targets::new()
.with_target("ascom_alpaca", tracing::Level::INFO),
.with_target("ascom_alpaca", tracing::Level::INFO)
.with_target("ascom_alpaca::conformu", tracing::Level::TRACE),
)
.with(tracing_forest::ForestLayer::new(
FilteredProcessor(tracing_forest::printer::TestCapturePrinter::new()),
Expand Down

0 comments on commit 42f2fe0

Please sign in to comment.