Merge pull request 'Set default RUST_LOG to info' (#919) from default-log-level into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/919
This commit is contained in:
KitaitiMakoto 2021-04-10 07:04:53 +00:00
commit 859a1fd528

View file

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