Use debug instead of info (#147)

This commit is contained in:
Alex Coseru 2021-06-25 12:00:34 +03:00 committed by GitHub
parent d073f2dc33
commit ed89e2fb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export function _debuglog(
for (let i = 0; i < args.length; i++) {
message = message.concat(' {}')
}
log.info('@@@@@@ ' + message, args)
log.debug('@@@@@@ ' + message, args)
}
export function debuglog(