diff options
author | Daniel García <[email protected]> | 2019-12-06 22:19:07 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-12-06 22:46:12 +0100 |
commit | 8d1b72b9512b90775e671b7ba08cd552a0aabd13 (patch) | |
tree | 5366c63b69b6991154a9d0f5e0cb86f858ed9513 /.env.template | |
parent | 912e1f93b78625e5cfc1e53b5d8cd265b728dfc2 (diff) | |
download | vaultwarden-8d1b72b9512b90775e671b7ba08cd552a0aabd13.tar.gz vaultwarden-8d1b72b9512b90775e671b7ba08cd552a0aabd13.zip |
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.
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.env.template b/.env.template index 3ccdbdbd..5b2fe2ce 100644 --- a/.env.template +++ b/.env.template @@ -37,14 +37,10 @@ # WEBSOCKET_ADDRESS=0.0.0.0 # WEBSOCKET_PORT=3012 -## Enable extended logging -## This shows timestamps and allows logging to file and to syslog -### To enable logging to file, use the LOG_FILE env variable -### To enable syslog, use the USE_SYSLOG env variable +## Enable extended logging, which shows timestamps and targets in the logs # EXTENDED_LOGGING=true ## Logging to file -## This requires extended logging ## It's recommended to also set 'ROCKET_CLI_COLORS=off' # LOG_FILE=/path/to/log @@ -56,7 +52,8 @@ ## Log level ## Change the verbosity of the log output ## Valid values are "trace", "debug", "info", "warn", "error" and "off" -## This requires extended logging +## Setting it to "trace" or "debug" would also show logs for mounted +## routes and static file, websocket and alive requests # LOG_LEVEL=Info ## Enable WAL for the DB |