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

Silent default logger #107

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR replaces the default logger to be a silent logger. This means that developers who want logs will have to pass their own logger to the countertop upon creation.

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

None

Related Issues

Resolves #101