Replies: 1 comment
-
Hi @mcmessina, I am currently reviewing some older discussion topics and see that this is almost a year old. Please let me know if this issue still persists. I am resolving the discussion for now but please feel free to re-open and we can debug this together. Note that we have also released v2 of this library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to set the log level for a specific package, such as the following (I added one line to the default example provided in the documentation here and set the root log level to "TRACE"):
Is this type of configuration modification supported? When I try this with the
@Logging
annotation in a Java 11-based Lambda, these level-based statements are ignored (but working locally). Could this be related to the the way I package the application using Maven? This only seems to work if I modify the logging configuration within the Java handler like the following:Beta Was this translation helpful? Give feedback.
All reactions