This commit is contained in:
Gareth Jones 2018-05-31 07:35:11 +10:00 committed by GitHub
parent dcbcbdb4d2
commit ffee6d33b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.');