Skip to content

Commit

Permalink
Further tune down noise from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Jun 6, 2021
1 parent 069dc42 commit 5fb566a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apps:
kill_timeout: 20000
env:
NODE_ENV: production
DEBUG: 'bp*'
DEBUG: 'bp:*'

- script: cache-service/index.js
name: cache-service
Expand Down
2 changes: 1 addition & 1 deletion server/Queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class Queue {
* @return {Promise<any>}
*/
process(id, type, jobParams, options = {}) {
log('added new job %s %s %o %o', type, jobParams, options)
log('added new job %s %o %o', type, jobParams, options)
const {
priority = Job.priority.LOW,
maxAge = this.options.maxAge,
Expand Down

0 comments on commit 5fb566a

Please # to comment.