You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor UuidProvider and associate utility classes to make them usable for both ILoggingEvent and IAccessEvent:
- create a new UuidJsonProvider by making a copy of the existing UuidProvider (restricted to ILoggingEvent)
- deprecate the existing UuidProvider in favour of the common UuidJsonProvider
- move the LoggingEventJsonProviders#addUuid() method into the common JsonProviders class
Closes#662
net.logstash.logback.composite.loggingevent.UuidProvider is now deprecated and replaced by net.logstash.logback.composite.UuidJsonProvider. This new version is usable for both ILoggingEvent and IAccessEvent.
Refactor UuidProvider and associate utility classes to make them usable for both ILoggingEvent and IAccessEvent:
- create a new UuidJsonProvider by making a copy of the existing UuidProvider (restricted to ILoggingEvent)
- deprecate the existing UuidProvider in favour of the common UuidJsonProvider
- move the LoggingEventJsonProviders#addUuid() method into the common JsonProviders class
Closes#662
UuidProvider
is currently restricted toILoggingEvent
but may be useful with IAccessEvent as well.The text was updated successfully, but these errors were encountered: