chore: format for Rust 2024
This commit is contained in:
parent
0a8da05847
commit
1f7f0c70b7
99 changed files with 414 additions and 442 deletions
|
|
@ -6,7 +6,7 @@ use anyhow::Result;
|
|||
|
||||
use tracing::{debug, info, warn};
|
||||
use tracing_journald as journald;
|
||||
use tracing_subscriber::{filter::Directive, fmt, prelude::*, EnvFilter};
|
||||
use tracing_subscriber::{EnvFilter, filter::Directive, fmt, prelude::*};
|
||||
|
||||
pub fn init_logger() -> Result<()> {
|
||||
let level = if cfg!(debug_assertions) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue