vladgh / docker_base_images

Vlad's Base Images for Docker
Apache License 2.0
92 stars 41 forks source link

Log file missing #324

Open elliot-radi opened 3 months ago

elliot-radi commented 3 months ago

Upon launching the container all seems well and the expected media files are being served on the local network. However there appears to be no log file created or updated by the service. If I exec into the container and inspect the /minidlna directory I can see the cache files but the log file location is empty. docker-compose.txt screencap01_minidlna

elliot-radi commented 3 months ago

While I'm at it - the contents of the container minidlna.config file in /etc screencap02_minidlna

github-actions[bot] commented 6 days ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

wearepariah commented 6 days ago

looks like, according to a minidlna manual here, the -S argument here makes it run in service mode which renders the log_dir config redundant, as logs are pushed to syslog instead. oversight? bug? deliberate? @vladgh?