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