From e0e3ec1f32e5649e28de546d4a1a51a34fbc8913 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 1539cd719..4d616176f 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1304,6 +1304,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).