This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| debug_filter [2013/08/26 11:42] denyall Added DAO library component. Clarified all library vs components. | debug_filter [2021/12/14 10:31] (current) zip Updates for v2.2.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| To filter out Library updates from debug log simple find the below code in log4j.xml: | To filter out Library updates from debug log simple find the below code in log4j.xml: | ||
| - | < | + | < | 
| - | < | + | |
| - | </ | + | |
| and add the below code under it: | and add the below code under it: | ||
| - | < | + | < | 
| - | < | + | |
| - | </ | + | |
| This will filter out __all__ library update messages. | 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: | + | 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 '' | 
| - | < | + | < | 
| - | < | + | <Logger | 
| - | </ | + | |
| - | <category | + | <Logger | 
| - | < | + | |
| - | </ | + | |
| - | <category | + | <Logger | 
| - | < | + | </ | 
| - | </ | + | |