[ https://issues.apache.org/jira/browse/CAMEL-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-2229. -------------------------------- Resolution: Fixed Fix Version/s: (was: 3.0.0) 2.7.0 Assignee: Claus Ibsen We have switched logger > switch to slf4j / logback by default as we'll get accurate version > information in stack traces, plus MDC support (and neater ways to avoid the > "if (LOG.isDebugEnabled())" stuff > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-2229 > URL: https://issues.apache.org/jira/browse/CAMEL-2229 > Project: Camel > Issue Type: Improvement > Reporter: james strachan > Assignee: Claus Ibsen > Fix For: 2.7.0 > > > slf4j has an MDC API which would be very handy for selectively turning on > tracing of certain kinds of routes > in addition logback has support for the full jar version info in stack traces > (which will help us support camel) so we should probably switch. > its easy to mix and match slf4j with logback (there's a commons-logging API > impl) - plus its easy to bridge both clogging & slf4j to logback (kinda like > log4j), so we should probably just switch to slf4j. > BTW there's a tool that auto-converts source code we should just use... > http://slf4j.org/migrator.html -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira