[Log4j] set up logging priority level

To set up the logging priority level, put an element like the one below inside


<category name='org.springframework'>
<priority value='INFO'/>
</category>


If the lower level logging info is still output after the category priority is set, check the root folder for neglected log4j.properties or log4j.xml files.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章