mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
update env-logger
This commit is contained in:
parent
5f8dc21dd2
commit
0c7fffeaf6
4 changed files with 26 additions and 7 deletions
|
@ -25,7 +25,7 @@ actix-web = { version = "3.1.0", features = ["rustls"] }
|
|||
bytes = "0.5.4"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
crossbeam-channel = "0.5.0"
|
||||
env_logger = "0.7.1"
|
||||
env_logger = "0.8.2"
|
||||
flate2 = "1.0.18"
|
||||
futures = "0.3.7"
|
||||
http = "0.2.1"
|
||||
|
|
|
@ -47,7 +47,7 @@ async fn main() -> Result<(), MainError> {
|
|||
}
|
||||
}
|
||||
"development" => {
|
||||
env_logger::from_env(env_logger::Env::default().default_filter_or("info")).init();
|
||||
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("info")).init();
|
||||
}
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue