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. Browse to the 'config' folder of the Serviio installation, which is at :

  • Windows - c:\Program Files\Serviio\config
  • OSX - /Library/Application Support/Serviio/config
  • Linux - <installation_folder>/config

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 (restart Serviio Windows service, restart OSX LaunchDaemon)

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.

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.1421248797.txt.gz · Last modified: 2015/01/14 15:19 by zip