User Tools

Site Tools


detail_logging

This is an old revision of the document!


You can enable DEBUG level for the logger to see detailed logs. Edit file log4j.xml in config folder and change this:

   <category name="org.serviio">
      <priority value="INFO"/>
   </category>

to:

   <category name="org.serviio">
      <priority value="DEBUG"/>
   </category>

Restart Serviio server (if on Windows restart Serviio Windows service)

Read the result in serviio.log in log folder inside Serviio installation directory (Mac users have to 'browse contents' of Serviio.app). Make sure to revert the change back later otherwise your log file will be huge.

If the file is too huge and your problem is not related to library updates, you can filter those out.

Remember to delete all your old logs before restarting serviio
detail_logging.1330342103.txt.gz · Last modified: 2012/02/27 11:28 by cerberus