mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Disable job scheduler SQL queries logging
This commit is contained in:
@@ -44,7 +44,8 @@ export class JobModel extends Model<JobModel> {
|
||||
where: {
|
||||
state,
|
||||
category: jobCategory
|
||||
}
|
||||
},
|
||||
logging: false
|
||||
}
|
||||
|
||||
return JobModel.findAll(query)
|
||||
|
||||
Reference in New Issue
Block a user