Wrong file. The log file is in "C:\Program Files\Serviio\log\serviio.log".
The file in your post ("C:\Program Files\Serviio\config\log4j.xml") controls the level of detail in the log file. You can set:
- Code:
<category name="org.serviio">
<priority value="INFO"/>
</category>
to
- Code:
<category name="org.serviio">
<priority value="DEBUG"/>
</category>
and then save the file and restart your PC/Serviio Service. This sets Serviio to debug mode and gives the most information.
After your task scheduler does its thing and Serviio fails to start, look at the bottom of the log and see if it sheds any light on what is happening.
Once you have the info you need, reset the 'log4j.xml" file back to the way it was, and restart.