To set up the logging priority level, put an element like the one below inside <log4j:configuration>
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.
<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.