To filter out Library updates from debug log simple find the below code in log4j.xml: and add the below code under it: This will filter out __all__ library update messages. If you prefer, you can filter out individual library components by adding the following code (this is __instead__ of the above code, not in addition to it), setting the //priority value// to ''debug'' or ''info'' as needed: >