Skip to content

Commit

Permalink
feat(pm2.json):add
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Dec 15, 2023
1 parent f3f6f90 commit 55c7c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pm2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"max_restarts": 3,
"restart_delay": 10000,
"exp_backoff_restart_delay": 100,
"error_file": "sender.log",
"out_file": "sender.log",
"error_file": "/dev/null",
"out_file": "/dev/null",
"log_date_format": "YYYY-MM-DD HH-mm-ss"
},
{
Expand All @@ -18,8 +18,8 @@
"max_restarts": 3,
"restart_delay": 10000,
"exp_backoff_restart_delay": 100,
"error_file": "receiver.log",
"out_file": "receiver.log",
"error_file": "/dev/null",
"out_file": "/dev/null",
"log_date_format": "YYYY-MM-DD HH-mm-ss"
}
]
Expand Down

0 comments on commit 55c7c29

Please sign in to comment.