scoutapp / scout_apm_node

ScoutAPM Agent for NodeJS. Supports Express and other frameworks
https://scoutapm.com
Other
8 stars 9 forks source link

More intuitive default logger with level filtering #254

Open ghost opened 3 years ago

ghost commented 3 years ago

Right now the default console log implementation uses console.warn, console.error, etc, but with node those all just get printed to the console. The default console logger should be filtering based on level.

Could use the package loglevel