From 98f5286df8e3827002a237ca60d18c02e93ec164 Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 6 May 2024 10:32:25 +1000 Subject: [PATCH] fix: revert always on dump logging --- preload.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/preload.js b/preload.js index 22dba9b60..70a21ae15 100644 --- a/preload.js +++ b/preload.js @@ -34,8 +34,7 @@ window.sessionFeatureFlags = { useClosedGroupV3: false, debug: { debugLogging: !_.isEmpty(process.env.SESSION_DEBUG), - // TODO[epic=ses-825] Restore this - // debugLibsessionDumps: !_.isEmpty(process.env.SESSION_DEBUG_LIBSESSION_DUMPS), + debugLibsessionDumps: !_.isEmpty(process.env.SESSION_DEBUG_LIBSESSION_DUMPS), debugLibsessionDumps: true, debugFileServerRequests: false, debugNonSnodeRequests: false,