dial-once/node-logtify

Setting the log level isn't working

ykhatal opened this issue · 0 comments

Description

After i've set the log level to debug, is till not able to see my log:

const { logger } = require('logtify')({
    CONSOLE_LOGGING: false, // switches off the console subscriber
    MIN_LOG_LEVEL: 'debug' // minimal message level to be logged
});