Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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

Re: [VOTE] Add branch protection rules to Log4j

2025-04-02 Thread Piotr P. Karwasz
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

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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)

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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)

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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)

Re: [D] Is using %uuid{RANDOM} pattern in JsonTemplateLayout considered garbage-free? [logging-log4j2]

2025-04-02 Thread via GitHub
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) >