chore: update dependencies

This commit is contained in:
timokoesters 2020-05-14 09:10:15 +02:00
parent 86e20e6401
commit 4fb79ebb4c
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
5 changed files with 122 additions and 101 deletions

View file

@ -83,8 +83,8 @@ fn setup_rocket() -> rocket::Rocket {
fn main() {
// Log info by default
if std::env::var("RUST_LOG").is_err() {
std::env::set_var("RUST_LOG", "warn");
if std::env::var("ROCKET_LOG").is_err() {
std::env::set_var("ROCKET_LOG", "critical");
}
setup_rocket().launch().unwrap();