mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix formatting of occ log:manage options
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 <stoutyhk@gmail.com>
This commit is contained in:
parent
937a3452c9
commit
dbf50893d5
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user