GitHub user ppkarwasz added a comment to the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
Neither one is GC-free. Each one will create an instance of
[`UUID`](https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html) and
`String`. Scalar repla
GitHub user ppkarwasz added a comment to the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
**BTW**: Using `%uuid` as value for
[logging.googleapis.com/insertId](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#FIELDS.insert_id)
do
Hi Ralph,
On 2.04.2025 17:40, Ralph Goers wrote:
I am finding this email confusing. I think it is due to the > formatting but I
am not sure. I am making my best guess.
Sorry, the e-mail client ate some new line characters.
Vote 1: Enable certain branch protection features on the code > branc
GitHub user ViliusS edited a comment on the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
> **BTW**: Using `%uuid` as value for
> [logging.googleapis.com/insertId](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#FIELDS.insert_id)
GitHub user ViliusS edited a comment on the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
> **BTW**: Using `%uuid` as value for
> [logging.googleapis.com/insertId](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#FIELDS.insert_id)
GitHub user ppkarwasz added a comment to the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
> Alternatively, `insertId` could be omitted completely, so GCP would generate
> their own IDs.
This is probably the route I would choose. The only purpose of
GitHub user ViliusS edited a comment on the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
> **BTW**: Using `%uuid` as value for
> [logging.googleapis.com/insertId](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#FIELDS.insert_id)
GitHub user ViliusS added a comment to the discussion: Is using %uuid{RANDOM}
pattern in JsonTemplateLayout considered garbage-free?
> **BTW**: Using `%uuid` as value for
> [logging.googleapis.com/insertId](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#FIELDS.insert_id)
>