Deprecate LOGGED_APPLICATION_NAME log property in favor of APPLICATION_NAME with the verbatim value #41444
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
In order to support #5479 we need to access
application.name
. Currently we only store the value asLOGGED_APPLICATION_NAME
and it is formatted inside square brackets with a trailing space. We should be able to replace the stored formatting with a customer converter, then storeapplication.name
directly so it can be used by structured logging.The text was updated successfully, but these errors were encountered: