]> git.rmz.io Git - dotfiles.git/blob - weechat/logger.conf
vim: do not set pastetoggle in nvim
[dotfiles.git] / weechat / logger.conf
1 #
2 # weechat -- logger.conf
3 #
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
6 #
7 # Use commands like /set or /fset to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
10 #
11
12 [look]
13 backlog = 20
14 backlog_conditions = ""
15
16 [color]
17 backlog_end = 103
18 backlog_line = 245
19
20 [file]
21 auto_log = on
22 color_lines = on
23 flush_delay = 120
24 fsync = off
25 info_lines = off
26 log_conditions = ""
27 mask = "$plugin.$name.weechatlog"
28 name_lower_case = on
29 nick_prefix = ""
30 nick_suffix = ""
31 path = "~/.cache/weechat/logs/"
32 replacement_char = "_"
33 rotation_compression_level = 20
34 rotation_compression_type = zstd
35 rotation_size_max = "100M"
36 time_format = "%Y-%m-%d %H:%M:%S"
37
38 [level]
39
40 [mask]