'How to change Quarkus Json log timestamp field name?
In previous versions of Quarkus Json logging you where able to set quarkus.log.console.json.fields.timestamp.field-name=appTimestamp
In the current version this doesn't work anymore.
Solution 1:[1]
So it ended up being a versioning/documentation thing. The Quarkus code wizard was referencing an older version.
It has been tracked here: https://github.com/quarkiverse/quarkus-logging-json/issues/178 and subsequently fixed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | user432024 |