mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fix issue #720
This commit is contained in:
parent
dcbcbdb4d2
commit
ffee6d33b4
@ -7,7 +7,7 @@ log4js.configure({
|
||||
});
|
||||
|
||||
const logger = log4js.getLogger('cheese');
|
||||
logger.setLevel('ERROR');
|
||||
logger.level = 'ERROR';
|
||||
|
||||
logger.trace('Entering cheese testing');
|
||||
logger.debug('Got cheese.');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user