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

@@ -17,6 +17,9 @@ SIZE_DIFF_THRESHOLD=100
# Whether to log mismatches
LOG_MISMATCHES=true
# Whether to log full responses for ALL mismatches (not just size differences)
LOG_ALL_MISMATCHED_RESPONSES=false
# Server port
PORT=8545