diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 9e93900f..367a5607 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -220,6 +220,10 @@ load_log = 10 # you want to use instead. This directory will be created if it doesn't exist log_dir = +# Log the errors poezio encounters in log_dir/errors.log +# A false value disables this option. +log_errors = true + # If plugins_dir is not set, plugins will be loaded from $XDG_DATA_HOME/poezio/plugins. # You can specify an other directory to use. It will be created if it doesn't exist plugins_dir = |