mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-22 12:08:20 +00:00
Collapsed log messages from 3 lines per request to 2 and hidden the ones valued as less informative.
Use LOG_LEVEL debug or trace to recover them. Removed LOG_MOUNTS and bundled it with LOG_LEVEL debug and trace. Removed duplicate error messages Made websocket not proxied message more prominent, but only print it once.
This commit is contained in:
parent
912e1f93b7
commit
8d1b72b951
7 changed files with 130 additions and 53 deletions
|
@ -294,9 +294,6 @@ make_config! {
|
|||
/// Reload templates (Dev) |> When this is set to true, the templates get reloaded with every request.
|
||||
/// ONLY use this during development, as it can slow down the server
|
||||
reload_templates: bool, true, def, false;
|
||||
|
||||
/// Log routes at launch (Dev)
|
||||
log_mounts: bool, true, def, false;
|
||||
/// Enable extended logging
|
||||
extended_logging: bool, false, def, true;
|
||||
/// Enable the log to output to Syslog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue