This commit is contained in:
paoloar77
2025-02-19 09:16:34 +01:00
parent 78187369bd
commit c74a962257

View File

@@ -12,7 +12,12 @@ module.exports = {
},
env_production: {
NODE_ENV: 'production'
}
},
log_file: "logs/combined.outerr.log",
error_file: "logs/err.log",
out_file: "logs/out.log",
merge_logs: true,
log_date_format: "YYYY-MM-DD HH:mm:ss.SSSS Z"
}
]
};