Hi guys, Just something I spotted in some random code: log.debugf("Blah blah %s", value.toString().replace('\n', ' ')); I hope this is something isolated, because it completely obliterates the allowance of not having log.isDebugEnabled(). Please be a bit more careful while using the new log API. Carlo