Alex Barganier
Alex Barganier
This patch introduces the `trace.verbose.span.operation.regexp` cluster setting, which provides a surface for CRL employees debugging CRDB to force certain tracing span operations to record in verbose mode via a regular...
Backport 1/1 commits from #99788. /cc @cockroachdb/release **NB: This commit has been altered to reduce the overall # of changes, to make it more backport friendly. Original commit message is...
**NOTE:** Only consider the final commit This is a WIP aimed at getting some early feedback regarding the fields we want to include in a structured log used to track...
Fixes: https://github.com/cockroachdb/cockroach/issues/122791 The log package exports a variable called `OrigStderr` which is meant to represent the original stderr `os.File` for the process at startup. Various operations in the log package...