summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEijebong <eijebong@bananium.fr>2015-05-20 15:30:30 +0200
committerEijebong <eijebong@bananium.fr>2015-05-20 15:30:30 +0200
commitc59ece0cbffe31a40354fe81f5426bda9c906375 (patch)
treebeab52247918d75986706e520723280b65022ef0
parent0d1ea0d8c33714d874a7f74e8be2ba2a0612ebb3 (diff)
downloadpoezio-c59ece0cbffe31a40354fe81f5426bda9c906375.tar.gz
poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.tar.bz2
poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.tar.xz
poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.zip
Fix the doc. use_log is not true by default.
-rw-r--r--doc/source/configuration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 8d39a7de..73dd7322 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -856,9 +856,9 @@ Options related to logging.
use_log
- **Default value:** ``true``
+ **Default value:** ``false``
- Set to ``false`` if you don’t want to save logs of all the messages
+ Set to ``true`` if you want to save logs of all the messages
in files.
Plugins