Quantcast
Channel: ソフラボの技術ブログ
Viewing all articles
Browse latest Browse all 166

SLF4Jで出力されるワーニングを消す

$
0
0

commons-loggingを使っているプログラムでSLF4Jを使用していると次のワーニングが出ることがあります。

WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked.
WARN: Please see http://www.slf4j.org/codes.html#release for an explanation.

この時はライブラリの読み込みでcommons-logging.jarが邪魔をしているようなのでこれを削除するとワーニングが出なくなります。


Viewing all articles
Browse latest Browse all 166

Trending Articles