Update log level
This commit is contained in:
parent
3e84b01f3b
commit
13be1a4b6a
@ -61,7 +61,7 @@ async function main() {
|
|||||||
const totalJobs = jobs.length
|
const totalJobs = jobs.length
|
||||||
|
|
||||||
if (totalJobs === 0) {
|
if (totalJobs === 0) {
|
||||||
logger.info('Nothing to process')
|
logger.debug('Nothing to process')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user