-
Notifications
You must be signed in to change notification settings - Fork 3k
style(*): Propagate Jboss Logmanager #5306
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
Conversation
core/runtime/src/main/java/io/quarkus/runtime/graal/LoggingSubstitutions.java
Outdated
Show resolved
Hide resolved
@dmlloyd , |
I don't like using the class name as the log category. But I also don't like arguing about it very much! I would recommend using a category name that groups together messages that relate to whatever process is being executed using |
Thanks for your feedback. Do you think that failing tests are caused by the changes in this PR ? |
I am seeing this is error
|
WTH? This test passed when we merged it, no? |
Yeah, CI was happy when it was merged. |
Just tried it on master and it passes. |
Perhaps caching went wrong and it was using an older version of mongo-panache, let's restart the test. |
Single job restart still failed, probably didn't wipe the faulty cache. Just restarted all jobs. |
So the job passed, but it's not reflected here: https://dev.azure.com/quarkus-ci/quarkus/_build/results?buildId=11841 |
Has the PR been rebased onto the latest master that fixes CI? |
What part of master fixed what part of CI? |
I have no idea since I've been away the past few days. |
bbc98c7
to
bf95718
Compare
@dmlloyd , |
No description provided.