Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多くのDEBUGレベルのメッセージをログに記録するMavenを介してインポートされたパッケージがあります。このパッケージlogback.xml(?)を制御できないので、他の方法でパッケージの出力を抑制できますstdoutか?
DEBUG
logback.xml
stdout
このパッケージのlogback.xml(?)
はい、できます:
<logger name="com.example.foo" level="ERROR" />
フィルタリングするパッケージはどこcom.example.fooにありますか。これは通常、アーティファクトのgroupId. WARNレベルも考慮OFFすることも可能ですが、重要な問題が隠れている可能性があります。
com.example.foo
groupId
WARN
OFF