From 3dfc098918c73d7a88f8f48b806f95a667f77c5c Mon Sep 17 00:00:00 2001 From: M2Shawning <38200049+M2Shawning@users.noreply.github.com> Date: Sat, 27 Apr 2019 14:19:32 -0500 Subject: [PATCH] Add advisory for EXTENDED_LOGGING --- Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logging.md b/Logging.md index d677109..721f6d3 100644 --- a/Logging.md +++ b/Logging.md @@ -13,7 +13,7 @@ Note that if you're using the docker image, you'll most likely want to use a fil # Change the log level -To reduce the amount of log messages, you can set the log level to 'critical' (default is 'normal') and disable the extended logging (enabled by default). The [Log level](https://api.rocket.rs/v0.3/rocket/config/enum.LoggingLevel.html) can be adjusted with the environment variable `ROCKET_LOG`. Extended logging can be deactivated by setting the environment variable `EXTENDED_LOGGING` to 'false'. +To reduce the amount of log messages, you can set the log level to 'critical' (default is 'normal') and disable the extended logging (enabled by default). The [Log level](https://api.rocket.rs/v0.3/rocket/config/enum.LoggingLevel.html) can be adjusted with the environment variable `ROCKET_LOG`. Extended logging can be deactivated by setting the environment variable `EXTENDED_LOGGING` to 'false'. Be advised, disabling `EXTENDED_LOGGING` will stop the log file from being written to. ```sh docker run -d --name bitwarden \