Fix stale comment

This commit is contained in:
Herbert Wolverson 2023-01-18 15:35:30 +00:00
parent f9efbb7be7
commit ea39de92c0

View File

@ -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"),
);