From 014b7e370881d926d3c07da18fddeba4eef5ee93 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 17 Aug 2015 15:23:41 -0700 Subject: [PATCH] Update logging_configuration.rst --- admin_manual/configuration_server/logging_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 26aa30704..233d7cd4d 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`, or on the Admin page of your ownCloud Web GUI. +Logging level parameters are set in the :file:`config/config.php` file, or on the Admin page of your ownCloud Web GUI. ownCloud ~~~~~~~~