Wednesday, March 25, 2015

weechat & logging

a bothersome thing about weechat is that out of the box is that is plops all logs into one big file. setting a file name mask suffices for log rotation. default logging throws in all mode changes and the like. setting the level to 1 catches conversations only.

 logger.conf

 [file]  
 info_lines = off  
 mask = "%Y-%m-%d-$plugin.$name.log"  
   
 [level]  
 irc = 1  
 plugin.server.#channel = 1  

No comments: