From 990bf80b59f3a23061af522e7c43fae6f6a0ad24 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 22 Jul 2025 14:45:57 -0400 Subject: [PATCH] Comment out patch contents from logs patch contents on failed patches clogging logs with pages and pages of text --- server/homebrew.api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/homebrew.api.js b/server/homebrew.api.js index 0af6e458c..3221638ab 100644 --- a/server/homebrew.api.js +++ b/server/homebrew.api.js @@ -382,7 +382,7 @@ const api = { } catch (err) { //debugTextMismatch(brewFromClient.text, brewFromServer.text, `edit/${brewFromClient.editId}`); console.error('Failed to apply patches:', { - patches : brewFromClient.patches, + //patches : brewFromClient.patches, brewId : brewFromClient.editId || 'unknown', error : err });