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
The powertools-examples-idempotency example misses the log4j2.xml configuration to enable Powertools structured JSON logging. Additionally, it includes but does not use the @Tracing annotation.
Why is this needed?
We should make sure that examples follow best practices and use the utilities in a correct way.