mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
chore: make format ci happy
This commit is contained in:
parent
d4df90160d
commit
60317a3b75
@ -19,7 +19,7 @@ async fn main() -> std::io::Result<()> {
|
|||||||
let config = Config::parse().unwrap();
|
let config = Config::parse().unwrap();
|
||||||
|
|
||||||
// Initializing logging middleware with level set to default or info.
|
// Initializing logging middleware with level set to default or info.
|
||||||
if config.logging || config.debug{
|
if config.logging || config.debug {
|
||||||
use env_logger::Env;
|
use env_logger::Env;
|
||||||
env_logger::Builder::from_env(Env::default().default_filter_or("info")).init();
|
env_logger::Builder::from_env(Env::default().default_filter_or("info")).init();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user