X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3d23d16c731ee8c3e9ffe678a964032e9f6023c5..68e6a1194080e79c23608ff55f2c7fa054f3c6fc:/weechat/logger.conf diff --git a/weechat/logger.conf b/weechat/logger.conf index 6d65ea8..5da98c2 100644 --- a/weechat/logger.conf +++ b/weechat/logger.conf @@ -1,9 +1,17 @@ # -# logger.conf -- weechat v0.4.3 +# weechat -- logger.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use /set or similar command to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/quickstart # [look] backlog = 20 +backlog_conditions = "" [color] backlog_end = 103 @@ -12,12 +20,13 @@ backlog_line = 245 [file] auto_log = on flush_delay = 120 +fsync = off info_lines = off mask = "$plugin.$name.weechatlog" name_lower_case = on nick_prefix = "" nick_suffix = "" -path = "%h/logs/" +path = "~/.cache/weechat/logs/" replacement_char = "_" time_format = "%Y-%m-%d %H:%M:%S"