logger.conf 562 B

12345678910111213141516171819202122232425262728293031323334
  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 /set or similar command to change settings in WeeChat.
  8. #
  9. # For more info, see: https://weechat.org/doc/quickstart
  10. #
  11. [look]
  12. backlog = 20
  13. [color]
  14. backlog_end = default
  15. backlog_line = default
  16. [file]
  17. auto_log = on
  18. flush_delay = 120
  19. info_lines = off
  20. mask = "$plugin.$name.weechatlog"
  21. name_lower_case = on
  22. nick_prefix = ""
  23. nick_suffix = ""
  24. path = "%h/logs/"
  25. replacement_char = "_"
  26. time_format = "%Y-%m-%d %H:%M:%S"
  27. [level]
  28. [mask]