microsoft / kafka-connect-cosmosdb

Kafka Connect connectors for Azure Cosmos DB
MIT License
47 stars 54 forks source link

Remove dependency on a particular logging framework #424

Open brunoborges opened 2 years ago

brunoborges commented 2 years ago

## 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.

ryancrawcour commented 2 years ago

good request. makes sense.