diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index cbae24c3..d4dfe5bc 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -73,6 +73,9 @@ 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 +use_log = false # the full path to the photo (avatar) you want to use # it should be less than 16Ko @@ -92,9 +95,6 @@ send_os_info = true # Set to false if you don't want people to know that information send_time = true -# the file where logs are saved (useless for the moment) -logfile = logs - # Vcard # here are personal informations that you can set in your Vcard # Obviously, everything is optionnal. |