1
0
Fork 0

Disable job scheduler SQL queries logging

This commit is contained in:
Chocobozzz 2018-01-08 10:52:15 +01:00
parent 28832412d1
commit 2cfe649635
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ export class JobModel extends Model<JobModel> {
where: {
state,
category: jobCategory
}
},
logging: false
}
return JobModel.findAll(query)