How do you Change a Package's Log Level using Log4j?

前端 未结 5 1885
北荒
北荒 2020-12-24 04:31

I\'ve encountered the following bug:

http://issues.apache.org/jira/browse/AXIS2-4363

It states the following:

This error only occurs w

5条回答
  •  佛祖请我去吃肉
    2020-12-24 05:34

    I encountered the exact same problem today, Ryan.

    In my src (or your root) directory, my log4j.properties file now has the following addition

    # https://issues.apache.org/jira/browse/AXIS2-4363
    log4j.category.org.apache.axiom=WARN
    

    Thanks for the heads up as to how to do this, Benjamin.

提交回复
热议问题