Update log level

This commit is contained in:
Kirill Fedoseev 2022-02-07 18:51:51 +04:00
parent 3e84b01f3b
commit 13be1a4b6a

@ -61,7 +61,7 @@ async function main() {
const totalJobs = jobs.length
if (totalJobs === 0) {
logger.info('Nothing to process')
logger.debug('Nothing to process')
return
}