From a0aa3c11221debe554d0f51a9d6ecf6419a300a1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 15 Jan 2019 23:22:44 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/index.ts b/ts/index.ts index 4e2d37b..3ec38d3 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -11,4 +11,6 @@ const defaultLogger: Smartlog = new Smartlog({ } }); +defaultLogger.enableConsole(); + export { Smartlog, defaultLogger };