-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Unexpected logging behavior and warning message #24406
Comments
I'll send a PR soon that'll remove that warning
but turns out that this is not the root cause: So it seems to be a gradle specific problem? cc @glefloch |
Well, that warning shouldn't be entirely removed. But if it appears when |
Right, that's not what I'm going to do. The warning is a false negative here and that's what I'm going to fix. |
Is this still an issue? |
Closing for lack of feedback |
Describe the bug
Hi guys!
I don't know if it's a bug or not.
I receive warning in logs:
Some trace logs are displayed anyway.
userTransaction.begin();
And I would expect TRACE logs to be shown, but when BaseTransaction.begin checks logging level:
if (jtaLogger.logger.isTraceEnabled()) { ... }
only INFO level is enabled.
Could you please help me see TRACE logs from the Narayana library in this case?
The reproducer is attached.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
jboss-logging-check.zip
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.5.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: