-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid logger breaks current application flow #753
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request.
I have a minor aesthetic change request. Other than that it looks good.
if a invalid ansi logger configuration is given, swap to default sdt out instead of throw an `IllegalStateException` exception
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@iocanel can we get a release of this that we then incorporate in Quarkus? |
Will try to release later tonight or tomorrow morning!
…On Mon, May 10, 2021, 7:23 PM Georgios Andrianakis ***@***.***> wrote:
@iocanel <https://github.com/iocanel> can we get a release of this that
we then incorporate in Quarkus?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#753 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADCEWGYAYD32SPGF5AO4QLTNAB7NANCNFSM43U42VTA>
.
|
Thanks! |
@pjgg: I have some
|
Instead of throw an
IllegalStateException
exception we could log anerror
msg and swap to std out.Related issue: quarkusio/quarkus#15953