Merge pull request 'Set default log level to warn' (#886) from loglevel-warn into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/886
This commit is contained in:
commit
94ed0eec2a
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user