Skip to content

Logging format not applied to String named logger when run as a Lambda function? #48601

Closed Answered by roamingthings
roamingthings asked this question in Q&A
Discussion options

You must be logged in to vote

I did some more research on my issue and found out that the issue arises from the library I am using (open-html-to-pdf) and the class-preloading mechanism from Quarkus: The logging-system from the library will initialize itself and replace all handlers and formats from its loggers. Therefore it's not an issue of Quarkus but how the library handles logging.

The solution I came up with is that I will remove the handlers/formatters (again) and re-apply the Quarkus handler.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@roamingthings
Comment options

@roamingthings
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by roamingthings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants