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

Stop using console.trace #106

Closed slifty closed 4 years ago

slifty commented 4 years ago

Description

This PR changes the default logger to use console.debug instead of console.trace for trace level logging. It turns out console.trace posts a full stack trace which is not expected behavior of our logger.

Due Diligence Checklist

Steps to Test

  1. yarn test

Deploy Notes

None

Related Issues

Related to #101