Update syntax of log config page

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-11-30 17:00:07 +01:00 committed by Backportbot
parent dbad5a9810
commit 435e462c5a

View File

@ -17,7 +17,7 @@ Logging levels range from **DEBUG**, which logs all activity, to **FATAL**, whic
By default the log level is set to **2** (WARN). Use **DEBUG** when you have a problem to diagnose, and then reset your log level to a less-verbose level as **DEBUG** outputs a lot of information, and can affect your server performance.
Logging level parameters are set in the :file:`config/config.php` file, or on the Admin page of your Nextcloud Web GUI.
Logging level parameters are set in the :file:`config/config.php` file.
Nextcloud
~~~~~~~~~
@ -28,10 +28,10 @@ file named **nextcloud.log** will be created in the directory which has
been configured by the **datadirectory** parameter in :file:`config/config.php`.
The desired date format can optionally be defined using the **logdateformat** parameter in :file:`config/config.php`.
By default the `PHP date function`_ parameter "*c*" is used, and therefore the
date/time is written in the format "*2013-01-10T15:20:25+02:00*". By using the
By default the `PHP date function`_ parameter ``c`` is used, and therefore the
date/time is written in the format ``2013-01-10T15:20:25+02:00``. By using the
date format in the example below, the date/time format will be written in the format
"*January 10, 2013 15:20:25*".
``January 10, 2013 15:20:25``.
::