User Tools

Site Tools


debug_filter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
debug_filter [2011/12/29 00:09]
cerberus created
debug_filter [2011/12/29 00:10]
cerberus
Line 1: Line 1:
-To filter out Library updates from debug log simple find the below code:+To filter out Library updates from debug log simple find the below code in log4j.xml:
  
-<code> <category name="org.serviio">+<code><category name="org.serviio">
       <priority value="DEBUG"/>       <priority value="DEBUG"/>
 </category></code> </category></code>
Line 7: Line 7:
 and add the below code under it: and add the below code under it:
  
-<code> <category name="org.serviio.library.local">+<code><category name="org.serviio.library.local">
       <priority value="INFO"/>       <priority value="INFO"/>
 </category> </category>
debug_filter.txt ยท Last modified: 2021/12/14 10:31 by zip