mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Fix stale comment
This commit is contained in:
parent
f9efbb7be7
commit
ea39de92c0
@ -28,7 +28,7 @@ use tokio::{
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
// Configure log level with RUST_LOG environment variable,
|
||||
// defaulting to "info"
|
||||
// defaulting to "warn"
|
||||
env_logger::init_from_env(
|
||||
env_logger::Env::default().filter_or(env_logger::DEFAULT_FILTER_ENV, "warn"),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user