aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/logger.conf
blob: 78fb5ea273faa445542bd5738c15b50ebe0396c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# 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

[color]
backlog_end = darkgray
backlog_line = green

[file]
auto_log = on
flush_delay = 120
info_lines = on
mask = "$plugin.$name/%F"
name_lower_case = on
nick_prefix = ""
nick_suffix = ""
path = "/home/kyrias/.local/share/weechat/logs/"
replacement_char = "_"
time_format = "%Y-%m-%d %H:%M:%S"

[level]

[mask]
irc = "$server/$channel/%F"