diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:13:54 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-08 13:13:54 +0200 |
| commit | c836df4fc2a8ff664e97ceae2d62adcf9e2f8d78 (patch) | |
| tree | d7fc4f7a92ae3aadf2f31e737566760f9aef155e /config/weechat/logger.conf | |
| parent | 9d7f9f3fb444522e49979d024b90d1701882e031 (diff) | |
Add new weechat config
Diffstat (limited to 'config/weechat/logger.conf')
| -rw-r--r-- | config/weechat/logger.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/config/weechat/logger.conf b/config/weechat/logger.conf new file mode 100644 index 0000000..f49454a --- /dev/null +++ b/config/weechat/logger.conf @@ -0,0 +1,40 @@ +# +# weechat -- logger.conf +# +# WARNING: It is NOT recommended to edit this file by hand, +# especially if WeeChat is running. +# +# Use commands like /set or /fset to change settings in WeeChat. +# +# For more info, see: https://weechat.org/doc/weechat/quickstart/ +# + +[look] +backlog = 20 +backlog_conditions = "" + +[color] +backlog_end = 246 +backlog_line = 246 + +[file] +auto_log = on +color_lines = off +flush_delay = 120 +fsync = off +info_lines = off +log_conditions = "" +mask = "$plugin.$name.weechatlog" +name_lower_case = on +nick_prefix = "" +nick_suffix = "" +path = "${weechat_data_dir}/logs" +replacement_char = "_" +rotation_compression_level = 20 +rotation_compression_type = none +rotation_size_max = "0" +time_format = "%Y-%m-%d %H:%M:%S" + +[level] + +[mask] |