docs
docs copied to clipboard
PR #104047 - sql: more redactable details about traces in logs
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/104047 Commit: https://github.com/cockroachdb/cockroach/commit/51bcc80c655496857d8249b2cf982f3ff4ea9bc2 Epic: CRDB-27642
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-7901