UNPKG

bunyan-debug

Version:

Bunyan powered logger with namespaces

7 lines (5 loc) 143 B
'use strict'; let config = require('../../config'); module.exports = function stringifyLevel(level) { return config.coloredNames[level]; };