]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/logger.conf
zsh: add function for getting task parent id
[dotfiles.git] / weechat / logger.conf
index 0b8b96bd59190eade8803df20e09c968b912dad9..b5729fd1780f39188ac70e50810c0859b78b1d99 100644 (file)
@@ -1,9 +1,17 @@
 #
 # weechat -- logger.conf
 #
+# WARNING: It is NOT recommended to edit this file by hand,
+# especially if WeeChat is running.
+#
+# Use commands like /set or /fset to change settings in WeeChat.
+#
+# For more info, see: https://weechat.org/doc/weechat/quickstart/
+#
 
 [look]
 backlog = 20
+backlog_conditions = ""
 
 [color]
 backlog_end = 103
@@ -11,14 +19,20 @@ backlog_line = 245
 
 [file]
 auto_log = on
+color_lines = on
 flush_delay = 120
+fsync = off
 info_lines = off
+log_conditions = ""
 mask = "$plugin.$name.weechatlog"
 name_lower_case = on
 nick_prefix = ""
 nick_suffix = ""
 path = "~/.cache/weechat/logs/"
 replacement_char = "_"
+rotation_compression_level = 20
+rotation_compression_type = zstd
+rotation_size_max = "100M"
 time_format = "%Y-%m-%d %H:%M:%S"
 
 [level]