From 432bab0b6ba56db5956b823a297347494f09cbd7 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 1 Jul 2010 22:01:09 +0000 Subject: logs are now xdg compliant, fixed #1520 --- data/default_config.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 8de84037..cfe00206 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -75,9 +75,14 @@ hide_exit_join = -1 hide_status_change = 120 # set to 'true' if you want to save logs of all the messages -# in files. They will be saved in ~/.config/poezio/logs +# in files. use_log = false +# If log_dir is not set, logs will be saved in $XDG_DATA_HOME/poezio/logs, +# i.e. in ~/.local/share/poezio/logs. So, you should specify the directory +# you want to use instead. This directory will be created if it doesn't exist +log_dir = + # the full path to the photo (avatar) you want to use # it should be less than 16Ko # The avatar is not set by default, because it slows -- cgit v1.2.3