thlorenz / bunyan-format

Writable stream that formats bunyan records that are piped into it
MIT License
51 stars 22 forks source link

Cannot change the level colors #8

Closed laurekamalandua closed 7 years ago

laurekamalandua commented 7 years ago

Defined bunyan-format with the following configuration to change the INFO level color to black:

var bunyan = require('bunyan'),
     bformat = require('bunyan-format'),
     formatOut = bformat({ outputMode: 'short', colorFromLevel: {30: '#00000'}});

Without results. No changes in color.