From 04e80db51ea8544240dcbea823291b7e262af22c Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 12 Jun 2018 20:58:10 +0200 Subject: initual commit --- logger.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 logger.conf (limited to 'logger.conf') diff --git a/logger.conf b/logger.conf new file mode 100644 index 0000000..b7b5efc --- /dev/null +++ b/logger.conf @@ -0,0 +1,35 @@ +# +# 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 +backlog_conditions = "" + +[color] +backlog_end = default +backlog_line = default + +[file] +auto_log = on +flush_delay = 120 +fsync = off +info_lines = off +mask = "$plugin.$name.weechatlog" +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.1