]>
Commit | Line | Data |
---|---|---|
aca63701 | 1 | # |
483da16c BB |
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 /set or similar command to change settings in WeeChat. | |
8 | # | |
9 | # For more info, see: https://weechat.org/doc/quickstart | |
aca63701 BB |
10 | # |
11 | ||
12 | [look] | |
13 | backlog = 20 | |
483da16c | 14 | backlog_conditions = "" |
aca63701 BB |
15 | |
16 | [color] | |
17 | backlog_end = darkgray | |
18 | backlog_line = darkgray | |
19 | ||
20 | [file] | |
21 | auto_log = on | |
22 | flush_delay = 120 | |
483da16c | 23 | fsync = off |
aca63701 BB |
24 | info_lines = off |
25 | mask = "$plugin.$name.weechatlog" | |
26 | name_lower_case = on | |
483da16c BB |
27 | nick_prefix = "" |
28 | nick_suffix = "" | |
aca63701 BB |
29 | path = "%h/logs/" |
30 | replacement_char = "_" | |
31 | time_format = "%Y-%m-%d %H:%M:%S" | |
32 | ||
33 | [level] | |
34 | ||
35 | [mask] |