jon-esperanza / silk-engine

Simple library for event processing with Kafka. Built on top of KafkaJS and inspired by Robinhood's Faust. Will be moved to Scala soon.
MIT License
0 stars 0 forks source link

build: implement proper logging #5

Closed jon-esperanza closed 2 years ago

jon-esperanza commented 2 years ago

Description

Logging is now done using Pino. This is to ensure fast, lightweight and async logging to not get in the way of the actual executions being done by consumers.

Error logs are stored in ./logs/error.log

Related issues, pull requests, and links

Documentation

(x) No documentation is needed. ( ) Sufficient documentation is included in this PR. ( ) Documentation will be handled later....maybe...