tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Pass the custom logger to kafkajs #114

Open slifty opened 3 years ago

slifty commented 3 years ago

Task

Description

Kafkajs makes a bunch of noise by default; lets pass in whatever logger is provided to the countertop to kafka so that it is controlled by the implementing developer.

As an interim step we could also just set the kafka loglevel to silent as well, but that's problematic in its own way.

Relevant Resources / Research

Related Issues

None.