1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-12 06:33:57 +00:00

Re-Base, Update crates and small change.

This commit is contained in:
BlackDex 2022-06-04 15:13:10 +02:00 committed by Daniel García
parent b00fbf153e
commit e33b8fab34
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 8 additions and 10 deletions

View file

@ -152,8 +152,6 @@ fn init_logging(level: log::LevelFilter) -> Result<(), fern::InitError> {
.level_for("rocket::server", log::LevelFilter::Warn)
.level_for("rocket::fairing::fairings", log::LevelFilter::Warn)
.level_for("rocket::shield::shield", log::LevelFilter::Warn)
// Never show html5ever and hyper::proto logs, too noisy
.level_for("html5ever", log::LevelFilter::Off)
.level_for("hyper::proto", log::LevelFilter::Off)
.level_for("hyper::client", log::LevelFilter::Off)
// Prevent cookie_store logs