diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-13 22:04:42 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-08-13 22:04:42 +0200 |
commit | 661fab8df0ab7482e530030eba617f2818d7e386 (patch) | |
tree | 6917f69de80e343f3fafd93451cc531cb53bec97 /doc | |
parent | 40fc9246e5de87991ba1823bbe235a35785343cc (diff) | |
download | poezio-661fab8df0ab7482e530030eba617f2818d7e386.tar.gz poezio-661fab8df0ab7482e530030eba617f2818d7e386.tar.bz2 poezio-661fab8df0ab7482e530030eba617f2818d7e386.tar.xz poezio-661fab8df0ab7482e530030eba617f2818d7e386.zip |
Switch the default use_log value to true
Since this is a privacy sensitive action, a short message is now
displayed on first run.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 6fff3e1c..86264bd7 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -907,10 +907,9 @@ Options related to logging. use_log - **Default value:** ``false`` + **Default value:** ``true`` - Set to ``true`` if you want to save logs of all the messages - in files. + Set to ``false`` if you don’t want to write any message to the disk. Plugins ~~~~~~~ |