Hey, As far as i can tell recent changes to peak logging has quietly broken all my logging :) Is there a two second tip to get my app working again? I'm doing like so: [peak.logs] bots.jabber = logs.LogStream(stream=importString('sys.stderr'),level=logs.DEBUG) Then in my class just: self.log.debug("my log message") -darryl