SERVER-104651 make stacktrace-on-throw an opt-in feature (#36476)
GitOrigin-RevId: 844139a9df0c6f9f88b7dd5b4c6ea6510e934f51
This commit is contained in:
parent
a83d0ec105
commit
b86ce5ad6f
@ -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()."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user