fix: revert always on dump logging

pull/3083/head
William Grant 11 months ago
parent c54b4d208e
commit 98f5286df8

@ -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,

Loading…
Cancel
Save