From dbf50893d553e47d0a4a9897aa4040c1d4717bb0 Mon Sep 17 00:00:00 2001 From: James Stout Date: Fri, 17 Jan 2020 18:36:07 +0800 Subject: [PATCH] Fix formatting of occ log:manage options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The double dash (--) wasn’t being rendered correctly: • –backend [file, syslog, errorlog, systemd] • –level [debug, info, warning, error] is now • –-backend [file, syslog, errorlog, systemd] • –-level [debug, info, warning, error] Signed-off-by: James Stout --- admin_manual/configuration_server/occ_command.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index fa5f70244..20c0b71d8 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -919,8 +919,8 @@ different log file path. Set your rotation by log file size in bytes with ``log:manage`` sets your logging backend, log level, and timezone. The defaults are ``file``, ``warning``, and ``UTC``. Available options are: -* --backend [file, syslog, errorlog, systemd] -* --level [debug, info, warning, error, fatal] +* ``--backend`` [file, syslog, errorlog, systemd] +* ``--level`` [debug, info, warning, error, fatal] .. _maintenance_commands_label: