Skip to content

Commit

Permalink
reorg imports
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Mar 1, 2024
1 parent 2f80d09 commit 448ce2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples_common/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ use std::io;
use std::iter::successors;
use std::sync::Arc;

use parking_lot::Once;
use tracing::{Level, Metadata};
use tracing_subscriber::{filter, Layer, Registry};
use tracing_subscriber::layer::SubscriberExt;

use parking_lot::Once;

const DEFAULT_LEVEL: Level = Level::WARN;
const DEFAULT_CRATE_LEVEL: Level = Level::DEBUG;

Expand Down

0 comments on commit 448ce2d

Please sign in to comment.