From 435e462c5adeec3579ecc4488498b01d12056467 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 30 Nov 2018 17:00:07 +0100 Subject: [PATCH] Update syntax of log config page Signed-off-by: Morris Jobke --- .../configuration_server/logging_configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 653de2c46..3911fe939 100644 --- a/admin_manual/configuration_server/logging_configuration.rst +++ b/admin_manual/configuration_server/logging_configuration.rst @@ -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``. ::