log primary and secondary responses

This commit is contained in:
Para Dox
2025-06-01 20:59:56 +07:00
parent fcdee01608
commit 8ac43fdbac
3 changed files with 46 additions and 7 deletions

View File

@@ -18,6 +18,7 @@ const config = {
// Logging
logMismatches: process.env.LOG_MISMATCHES !== 'false', // default true
logAllMismatchedResponses: process.env.LOG_ALL_MISMATCHED_RESPONSES === 'true', // default false
// Server
port: parseInt(process.env.PORT || '8545', 10),