From 31c2e23c4c3e2933952d5851bd5c97eb336258dd Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 3 Aug 2013 19:27:25 +0200 Subject: Logs errors by default, in a dedicated file - log_errors option, true by default - errors go in log_dir/errors.log (so $XDG_DATA_HOME/errors.log by default) This should help a lot for debugging, and provide a way for people to easily give debug traces without useless or personal infos. --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') 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 = -- cgit v1.2.3