docs: update memory and report for multi-pr delivery (#347)

This commit is contained in:
Daniel Volz
2026-02-27 01:15:40 +01:00
committed by GitHub
parent 57c998ba09
commit ba0ab672b9
4 changed files with 845 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ function buildLoggerOptions(level: string) {
level,
timestamp: () => `,"time":"${new Date().toISOString()}"`,
};
// Human-readable logs in development, structured JSON in production/test
// Human readable logs in development, structured JSON in production/test
if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test") {
return {
...base,