Clarify TRACE_ID in logs might break consumers Change-Id: I9f938bff744e3a877672d8f0926757c7e39244dc
diff --git a/pages/site/releases/3.12.md b/pages/site/releases/3.12.md index c493ee4..fa5d5f9 100644 --- a/pages/site/releases/3.12.md +++ b/pages/site/releases/3.12.md
@@ -308,6 +308,19 @@ which was removed for performance reasons in [Lucene commit 22bbc603b4](https://github.com/apache/lucene/commit/22bbc603b40eb5accca005acb15f603384469e17). +* [Change 447745](https://gerrit-review.googlesource.com/c/gerrit/+/447745) + [Change 459463](https://gerrit-review.googlesource.com/c/gerrit/+/459463) + [Change 447749](https://gerrit-review.googlesource.com/c/gerrit/+/447749) + [Change 447748](https://gerrit-review.googlesource.com/c/gerrit/+/447748) + [Change 447746](https://gerrit-review.googlesource.com/c/gerrit/+/447746) + Assign TRACE_ID for every request and include in all SSH and HTTP interactions. + + Allow to follow the TRACE_ID across all interactions and logs, including + the sshd_log and httpd_log entries. + + This changes the log format and requires any parsing logic that consume + `sshd_log` or `httpd_log` entries to be updated accordingly. + ### New Features * [Change 451223](https://gerrit-review.googlesource.com/c/gerrit/+/451223): @@ -327,16 +340,6 @@ Introduce `is:POSITIVE` and `is:NEGATIVE` as predicates for copyCondition on labels, allowing generic matching of any positive or negative reviews. -* [Change 447745](https://gerrit-review.googlesource.com/c/gerrit/+/447745) - [Change 459463](https://gerrit-review.googlesource.com/c/gerrit/+/459463) - [Change 447749](https://gerrit-review.googlesource.com/c/gerrit/+/447749) - [Change 447748](https://gerrit-review.googlesource.com/c/gerrit/+/447748) - [Change 447746](https://gerrit-review.googlesource.com/c/gerrit/+/447746) - Assign TRACE_ID for every request and include in all SSH and HTTP interactions. - - Allow to follow the TRACE_ID across all interactions and logs, including - the sshd_log and httpd_log entries. - * [Change 444441](https://gerrit-review.googlesource.com/c/gerrit/+/444441) Add `changeis` predicate as Copy-Condition expressions, with any predicate supported by `is:{predicate}`