mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 03:21:01 +00:00
Set default RUST_LOG to info
This commit is contained in:
parent
033fde38fe
commit
5069aab584
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ DATABASE_URL=postgres://plume:plume@localhost/plume
|
||||||
BASE_URL=plu.me
|
BASE_URL=plu.me
|
||||||
|
|
||||||
# Log level for each crate
|
# 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
|
# The secret key for private cookies and CSRF protection
|
||||||
# You can generate one with `openssl rand -base64 32`
|
# You can generate one with `openssl rand -base64 32`
|
||||||
|
|
Loading…
Reference in a new issue