xpl / ololog

A better console.log for the log-driven debugging junkies
https://www.npmjs.com/package/ololog
The Unlicense
215 stars 8 forks source link

Is there a silent or quiet mode? #16

Open leosuncin opened 4 years ago

leosuncin commented 4 years ago

On test mode log messages add noise, so I wonder is there a way to silent them

unlight commented 3 years ago

You can override render stage


log.configure({
   render: () => undefined
})