docs
docs copied to clipboard
PR #103180 - sql: more redactable details about traces in logs
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/103180 Commit: https://github.com/cockroachdb/cockroach/commit/785a3053e25a883d5ac18e430e22143e0bd0e972 Epic: CRDB-27642 Fixes: CRDB-27944
Release note (sql change): The logging output emitted when
sql.trace.stmt.enable_threshold or sql.trace.txn.enable_threshold
are set is now emited on the SQL_EXEC channel instead of DEV as
previously.
Jira Issue: DOC-7847