SERVER-104651 make stacktrace-on-throw an opt-in feature (#36476)

GitOrigin-RevId: 844139a9df0c6f9f88b7dd5b4c6ea6510e934f51
This commit is contained in:
Billy Donahue 2025-05-23 14:55:11 -04:00 committed by MongoDB Bot
parent a83d0ec105
commit b86ce5ad6f

View File

@ -35,7 +35,7 @@ server_parameters:
set_at: [startup, runtime]
cpp_vartype: bool
cpp_varname: gThrowLoggingEnabled
default: true
default: false
redact: false
throwLoggingExceptionName:
description: "Log the stack when the named exception is thrown. The provided name must match the (platform dependent) name given by std::type_info::name()."