From edccc8efce48f3a3f10db480508f48b3ffa53d84 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Mon, 17 Aug 2015 13:08:21 -0700 Subject: [PATCH] rewrite logging page --- admin_manual/configuration_server/logging_configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 199eaa6f3..d944c3edd 100644 --- a/admin_manual/configuration_server/logging_configuration.rst +++ b/admin_manual/configuration_server/logging_configuration.rst @@ -10,9 +10,9 @@ Parameters Logging levels range from **DEBUG**, which logs all activity, to **ERROR**, which logs only errors. * **0**: DEBUG: All activity; the most detailed logging. -* **1**: INFO: Activity such as user logins and file activities, warning, errors, and fatal errors. -* **2**: WARN: Operations succeed, but with warnings of potential problems, plus errors and fatal errors. -* **3**: ERROR: An operation fails, but other services and operations continue. +* **1**: INFO: Activity such as user logins and file activities, plus warnings, errors, and fatal errors. +* **2**: WARN: Operations succeed, but with warnings of potential problems, plus errors and fatal errors. +* **3**: ERROR: An operation fails, but other services and operations continue, plus fatal errors. * **4** FATAL: The server stops. 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.