From 7e7aa928072775240ff70ca61f2dd0e8a09242d8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Feb 2014 20:35:42 +0100 Subject: (Let's pretend that this is the) initial commit --- weechat/logger.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 weechat/logger.conf (limited to 'weechat/logger.conf') diff --git a/weechat/logger.conf b/weechat/logger.conf new file mode 100644 index 0000000..02a4a92 --- /dev/null +++ b/weechat/logger.conf @@ -0,0 +1,26 @@ +# +# logger.conf -- weechat v0.4.3-dev +# + +[look] +backlog = 20 + +[color] +backlog_end = darkgray +backlog_line = green + +[file] +auto_log = on +flush_delay = 120 +info_lines = off +mask = "$server/$channel/%F" +name_lower_case = on +nick_prefix = "" +nick_suffix = "" +path = "%h/logs/" +replacement_char = "_" +time_format = "%Y-%m-%d %H:%M:%S" + +[level] + +[mask] -- cgit v1.2.3-54-g00ecf