User Tools

Site Tools


detail_logging

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 log4j2.xml in config folder and change this:

<Logger name="org.serviio" level="info" />

to:

<Logger name="org.serviio" level="debug" />

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.

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.txt · Last modified: 2021/12/14 10:28 by zip