Skip to content

Commit

Permalink
Don't duplicate logs (#1734)
Browse files Browse the repository at this point in the history
The addition of PM2 lead to log duplication. Fix by not re-emitted
stdout.
  • Loading branch information
sds authored Feb 22, 2024
1 parent c4ffbdb commit 8767950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/hubble/pm2.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
args: process.env.HUBBLE_ARGS,
watch: false,
log_type: "json",
out_file: "/dev/stdout",
err_file: "/dev/stderr",
},
],
Expand Down

0 comments on commit 8767950

Please sign in to comment.