Disable job scheduler SQL queries logging
This commit is contained in:
parent
28832412d1
commit
2cfe649635
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ export class JobModel extends Model<JobModel> {
|
|||
where: {
|
||||
state,
|
||||
category: jobCategory
|
||||
}
|
||||
},
|
||||
logging: false
|
||||
}
|
||||
|
||||
return JobModel.findAll(query)
|
||||
|
|
Loading…
Reference in a new issue