2 # weechat -- logger.conf
 
   4 # WARNING: It is NOT recommended to edit this file by hand,
 
   5 # especially if WeeChat is running.
 
   7 # Use commands like /set or /fset to change settings in WeeChat.
 
   9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
 
  14 backlog_conditions = ""
 
  27 mask = "$plugin.$name.weechatlog"
 
  31 path = "~/.cache/weechat/logs/"
 
  32 replacement_char = "_"
 
  33 rotation_compression_level = 20
 
  34 rotation_compression_type = zstd
 
  35 rotation_size_max = "100M"
 
  36 time_format = "%Y-%m-%d %H:%M:%S"