This commit is contained in:
aaron 2026-02-20 22:31:31 +08:00
parent 753ef72ea0
commit d344582302

View File

@ -43,7 +43,7 @@ module.exports = {
log_file: './logs/pm2-combined.log', log_file: './logs/pm2-combined.log',
time: true, // 日志带时间戳 time: true, // 日志带时间戳
log_date_format: 'YYYY-MM-DD HH:mm:ss Z', log_date_format: 'YYYY-MM-DD HH:mm:ss Z',
merge_logs: true, // 合并实例日志 merge_logs: false, // 关闭日志合并(避免重复日志)
// ============================================ // ============================================
// 进程管理 // 进程管理