-
Hello, I'm having issues getting log4j2 logger working with Quarkus. Some background:
To Reproduce:
None of the above produce any logging output UNLESS I remove the added It appears that internally QuarkusDelayedHandler is used and it does add messages to Any help would be appreciated, I'm probably missing something simple. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Answered my own question. The issue was that I was trying to use my Class' handler directly instead of using |
Beta Was this translation helpful? Give feedback.
-
Looks like I missed the disclaimer saying: |
Beta Was this translation helpful? Give feedback.
Answered my own question. The issue was that I was trying to use my Class' handler directly instead of using
io.quarkus.amazon.lambda.runtime.QuarkusStreamHandler::handleRequest
when provisioning this Lambda.