dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

logger.conf (746B)


      1 #
      2 # weechat -- logger.conf
      3 #
      4 # WARNING: It is NOT recommended to edit this file by hand,
      5 # especially if WeeChat is running.
      6 #
      7 # Use commands like /set or /fset to change settings in WeeChat.
      8 #
      9 # For more info, see: https://weechat.org/doc/weechat/quickstart/
     10 #
     11 
     12 [look]
     13 backlog = 20
     14 backlog_conditions = ""
     15 
     16 [color]
     17 backlog_end = 246
     18 backlog_line = 246
     19 
     20 [file]
     21 auto_log = on
     22 color_lines = off
     23 flush_delay = 120
     24 fsync = off
     25 info_lines = off
     26 log_conditions = ""
     27 mask = "$plugin.$name.weechatlog"
     28 name_lower_case = on
     29 nick_prefix = ""
     30 nick_suffix = ""
     31 path = "${weechat_data_dir}/logs"
     32 replacement_char = "_"
     33 rotation_compression_level = 20
     34 rotation_compression_type = none
     35 rotation_size_max = "0"
     36 time_format = "%Y-%m-%d %H:%M:%S"
     37 
     38 [level]
     39 
     40 [mask]