Set default log level to warn

This commit is contained in:
Kitaiti Makoto 2021-01-25 16:39:25 +09:00
parent 8f55e50c6e
commit 0dc89fbf23

View file

@ -16,7 +16,7 @@ DATABASE_URL=postgres://plume:plume@localhost/plume
BASE_URL=plu.me
# Log level for each crate
RUST_LOG=debug,html5ever=warn,hyper=warn,tantivy=warn
RUST_LOG=warn,html5ever=warn,hyper=warn,tantivy=warn
# The secret key for private cookies and CSRF protection
# You can generate one with `openssl rand -base64 32`