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
Is there a way to disable this wrapping for a specific handler?
For example:
quarkus.log.category."software.amazon.awssdk.metrics.publishers.emf.EmfMetricLoggingPublisher".handlers=EMF_CONSOLE
quarkus.log.category."software.amazon.awssdk.metrics.publishers.emf.EmfMetricLoggingPublisher".use-parent-handlers=false
quarkus.log.handler.console.EMF_CONSOLE.level=INFO
quarkus.log.handler.console.EMF_CONSOLE.format=%m%n
# This would then disable the wrapping
quarkus.log.handler.console.EMF_CONSOLE.json=false
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using quarkus-logging-json in my project and want to add automatic EMF logs to my Lambda clients like this:
The EmfMetricLoggingPublisher correctly "publishes" logs to the console, but quarkus-logging-json wraps this to:
Is there a way to disable this wrapping for a specific handler?
For example:
Beta Was this translation helpful? Give feedback.
All reactions