This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| debug_filter [2011/12/29 00:10] cerberus | 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: | ||
| - | < | + | < | 
| - | < | + | |
| - | </category> | + | |
| - | <category | + | This will filter out __all__ library update messages. | 
| - | <priority value="INFO"/> | + | |
| - | </category></ | + | 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 | ||
| + | |||
| + | <Logger name="org.serviio.library.online" | ||
| + | |||
| + | <Logger name=" | ||
| + | </ | ||