To further reduce disk usage (it's not like soju is using a lot but.....), add an option to not store state events (JOIN, PART, MODE, NICK, QUIT, TOPIC, KICK) in the log files.
Since it'd solve an administration issue, this option would be in the configuration file (instead of in BouncerServ's interface). Something like:
logs "my/log/dir" {
state_events false
}
Affected commands: anything except PRIVMSG and NOTICE.
This option would disable the event-playback
capability (once it is
implemented by soju).