From 06a5157ed86316ffd6d0093c0d820420df4e601b Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 10:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem.config.js b/ecosystem.config.js index 658b330..77e517e 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,6 +10,7 @@ module.exports = { // 使用集群模式 exec_mode: 'cluster', watch: true, + log_date_format: 'YYYY-MM-DD HH:mm:ss', env_dev: { // 开发环境的环境变量 NODE_ENV: 'development',