I just noticed some strange behaviour with my guild raid bot. Since the 0.6.6 update two days ago, it started both logging and displaying guild chat to its console. My question now is how do I get rid of that again? Not that it's a big issue, just some unneeded clutter in the logs. These are the logging related config statements, if it helps:
$log = "all"; // logging all/chat/off
$log_path = "./log"; // relative/absolute path of logfiles
$log_timestamp = "time"; //Valid options are: datetime, date, time, none. Always defaults to datetime if missing or invalid.