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
Next revision
Previous revision
detail_logging [2015/01/14 15:19]
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>
  
-Restart Serviio server ([[http://technet.microsoft.com/en-us/library/cc736564(WS.10).aspx|restart Serviio Windows service]], [[http://serviio.org/component/content/article?id=21#q13|restart OSX LaunchDaemon]])+Stop and Start the server in the console Status tab.
  
 Read the result in ''serviio.log'' in 'log' folder inside Serviio installation directory. Make sure to revert the change back later otherwise your log file will be huge. Read the result in ''serviio.log'' in 'log' folder inside Serviio installation directory. Make sure to revert the change back later otherwise your log file will be huge.
detail_logging.1421248797.txt.gz · Last modified: 2015/01/14 15:19 by zip