From 4ab8bc6723734bbed050017b17f059331f7b1b43 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Thu, 31 Oct 2019 16:15:48 -0500 Subject: [PATCH] docs: mention that all logging flags also work in the config file (#6705) --- website/source/docs/agent/options.html.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index b67788ce4b57..a43648a47f8e 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1301,6 +1301,15 @@ default will automatically work with some tooling. * `log_file` Equivalent to the [`-log-file` command-line flag](#_log_file). +* `log_rotate_duration` Equivalent to the + [`-log-rotate-duration` command-line flag](#_log_rotate_duration). + +* `log_rotate_bytes` Equivalent to the + [`-log-rotate-bytes` command-line flag](#_log_rotate_bytes). + +* `log_rotate_max_files` Equivalent to the + [`-log-rotate-max-files` command-line flag](#_log_rotate_max_files). + * `log_level` Equivalent to the [`-log-level` command-line flag](#_log_level).