Update logging_configuration.rst

This commit is contained in:
Carla Schroder
2015-08-17 13:20:13 -07:00
parent edccc8efce
commit 9ee00585c9

View File

@@ -13,7 +13,7 @@ Logging levels range from **DEBUG**, which logs all activity, to **ERROR**, whic
* **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.
* **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.