Hi, I've seen that client code is using org.slf4j:slf4j-api:jar:1.7.5:compile
I would like that for server side, too. => move dependency to commons. Main reason is to log errors only at rare places. Tracing the happy path should be avoided not to pollute trace files and decrease performance. WDYT? -- Stephan