@everymundo/simple-logr
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -6,3 +6,3 @@ 'use strict' | ||
const defaultOptions = { | ||
level: process.env.LOG_LEVEL, | ||
level: process.env.LOG_LEVEL || 'info', | ||
timestamp: !process.env.LOG_NODATE, | ||
@@ -9,0 +9,0 @@ useLevelLabels: true, |
{ | ||
"name": "@everymundo/simple-logr", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A very simplistic logger that allows one to avoid using the console.log directly allowing stubbing and better linting.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7101