kafka-connect-cosmosdb icon indicating copy to clipboard operation
kafka-connect-cosmosdb copied to clipboard

Remove dependency on a particular logging framework

Open brunoborges opened this issue 3 years ago • 1 comments

## Problem Statement The component directly invokes Log4J and brings the dependency of the logging framework, conflicting or imposing difficult user configuration with other logging frameworks.

## Proposed Solution Use a logging façade framework (such as SLF4J) and let consuming users define which logging framework they actually want to use.

brunoborges avatar Dec 13 '21 20:12 brunoborges

good request. makes sense.

ryancrawcour avatar Dec 13 '21 20:12 ryancrawcour