User Tools

Site Tools


detail_logging

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
detail_logging [2018/10/18 15:38]
zip
detail_logging [2021/12/14 10:28] (current)
zip Updates for v2.2.1
Line 4: Line 4:
   * Linux - ''<installation_folder>/config''   * Linux - ''<installation_folder>/config''
  
-Edit file ''log4j.xml'' in config folder and change this:+Edit file ''log4j2.xml'' in config folder and change this:
  
  
-<code>   <category name="org.serviio"+<code> 
-      <priority value="INFO"/> +<Logger name="org.serviio" level="info" /> 
-   </category></code>+</code>
  
  
Line 15: Line 15:
  
  
-<code>   <category name="org.serviio"+<code> 
-      <priority value="DEBUG"/> +<Logger name="org.serviio" level="debug" /> 
-   </category></code>+</code>
  
 Stop and Start the server in the console Status tab. Stop and Start the server in the console Status tab.
detail_logging.txt · Last modified: 2021/12/14 10:28 by zip