05-03-2020, 03:26 PM
I've been trying to send files to the moode upnp renderer using an app control point and been getting Internal Server Error : 500 when I call SetAVTransportURI or SetNextAVTransportURI. I can happily use BubbleUpnp to do this, so I'm sure the issue is with my code. To try and get a grip on things I tried to turn on logging via upmpdcli.conf by changing the settings to:
But there's no logfile in /var/log. I have restarted Moode post config file change. Any suggestions on why there's no log file? Clearly I've done something dumb, but what?
Code:
# <var name="logfilename" type="fn"><brief>Log file
# name.</brief><descr>Defaults to stderr. This can also be specified as -d
# logfilename.</descr></var>
logfilename = /var/log/moodeupnp.log
# <var name="loglevel" type="int" values="0 5 2"><brief>Log
# level.</brief><descr>Can also be specified as -l loglevel.</descr></var>
loglevel = 5
But there's no logfile in /var/log. I have restarted Moode post config file change. Any suggestions on why there's no log file? Clearly I've done something dumb, but what?