Transcoding script not logging to subsonic.log (SS 5.2)
Hi,
I'm using a self-written transcoding script which echo text to STDERR (echo "This comes to subsonic.log" 1>&2 ). Those texts appeared in the subsonic.log but now that I have updated to 5.2 (from 5.1) this is not working anymore. All I get is
Is there any way to log to subsonic.log from within the transcoding script?
I'm using a self-written transcoding script which echo text to STDERR (echo "This comes to subsonic.log" 1>&2 ). Those texts appeared in the subsonic.log but now that I have updated to 5.2 (from 5.1) this is not working anymore. All I get is
- Code: Select all
$username listening to: "$song_filename"
Is there any way to log to subsonic.log from within the transcoding script?