Disable Quarkus Logging for specified package #47022
Unanswered
emelyanovkr
asked this question in
Q&A
Replies: 3 comments 4 replies
-
Could you share the exact error you're getting? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not getting error, just still seeing log messages from specified
package what I tried to disable.
…On Fri, 28 Mar 2025 at 20:28, David M. Lloyd ***@***.***> wrote:
Could you share the exact error you're getting?
—
Reply to this email directly, view it on GitHub
<#47022 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT2VKD4IS2PMKSCPJDTXI4D2WVE6BAVCNFSM6AAAAABZ4BN3DOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRVGMYTIMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You said "However, it's says that .level property doesn't exist"; what said that? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to disable logging for specified package:
quarkus.log.category."org.docx4j.model.datastorage.migration.VariablePrepare".level=WARN
However, it's says that .level property doesn't exist and, obviously, I'm still getting log messages in console for this package. How can I disable them?
I referred to this part of the logging guide, however it didn't help.

No other log settings in
application.properties
file persist.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions