quarkiverse / quarkus-logging-json

Quarkus logging extension outputting the logging in json.
Apache License 2.0
62 stars 29 forks source link

Document changes for new releases #205

Closed rubensa closed 1 year ago

rubensa commented 1 year ago

I updated from 1.1.1 to 2.0.0 and then started to receive many "Unrecognized configuration key" warnings.

I realized that there was a change in configuration properties base path from "log.console.json" to "log.json" so I had to update all my configuration properties.

It would be very helpful if this kind of changes are documented in the release notes.

bhellema commented 1 year ago

I'm going to leave a +1 to this as well. It took a bit to figure out today why we saw the "Unrecognized configuration key" warnings. Providing a migration guide from the landing page would be beneficial going forward.

SlyngDK commented 1 year ago

I have created a release note, hope that help others a little in the future.

Your are welcome to contribute a migration text, and I will add it to the release note.