diff options
author | Eijebong <eijebong@bananium.fr> | 2015-05-20 15:30:30 +0200 |
---|---|---|
committer | Eijebong <eijebong@bananium.fr> | 2015-05-20 15:30:30 +0200 |
commit | c59ece0cbffe31a40354fe81f5426bda9c906375 (patch) | |
tree | beab52247918d75986706e520723280b65022ef0 /doc/source/configuration.rst | |
parent | 0d1ea0d8c33714d874a7f74e8be2ba2a0612ebb3 (diff) | |
download | poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.tar.gz poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.tar.bz2 poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.tar.xz poezio-c59ece0cbffe31a40354fe81f5426bda9c906375.zip |
Fix the doc. use_log is not true by default.
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 4 |
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 |