Skip to content

Commit

Permalink
getodk/central#376 Update pm2.config.js for duplicate service logs
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsaid committed Oct 20, 2024
1 parent d2054f4 commit 65572fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ module.exports = {

// the default is 1600ms; we aren't that impatient:
kill_timeout: 30000,

// /central/issues/376
out_file: '/dev/null',
error_file: '/dev/null',
// per Unitech/pm2#2045 this resolves a conflict w node-config:
instance_var: 'INSTANCE_ID',

Expand Down

0 comments on commit 65572fc

Please sign in to comment.