From 4c5f216297ccc119ca8e7cfe0f9a05efba9fefdb Mon Sep 17 00:00:00 2001 From: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com> Date: Fri, 12 May 2023 10:18:55 +1000 Subject: [PATCH] Update server.mdx (#19881) added a note detailing that usage of `-log-file` functions as an additional output, does not replace journald / stdout --- website/content/docs/commands/server.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/commands/server.mdx b/website/content/docs/commands/server.mdx index 43bb692bee20..5348a25351fd 100644 --- a/website/content/docs/commands/server.mdx +++ b/website/content/docs/commands/server.mdx @@ -67,7 +67,8 @@ flags](/vault/docs/commands) included on all commands. is appended. For example, setting `log-file` to `/var/log/` would result in a log file path of `/var/log/vault-{timestamp}.log`. `log-file` can be combined with [`-log-rotate-bytes`](#_log_rotate_bytes) and [`-log-rotate-duration`](#_log_rotate_duration) - for a fine-grained log rotation experience. + for a fine-grained log rotation experience. This output operates in addition to existing + outputs, meaning logs will continue to be written to journald / stdout (where appropriate). - `-log-rotate-bytes` ((#\_log_rotate_bytes)) - to specify the number of bytes that should be written to a log before it needs to be rotated. Unless specified,