External Log display/storage from Docker container?

Is there (can there be, please?) a way to have the logs from the Docker container sent/displayed/stored/exposed anywhere outside of the container? Currently, when I run a log check on my container (docker-compose logs command) all I see is "Running ChannelsDVR" which is great, but not very useful. What I'd like is to have the logs from the webui "Support/logs" page able to be exposed/re-directed.

My apologies if this is something that exists or has been discussed; I didn't find anything in my quick forum/internet search about this.

ChannelsDVR is awesome and I appreciate the work that goes into it! Thanks!

You can view the logs from the dvr web UI under Support > Logs

Yes, and that’s great, but I’d like it if they were available external to the Docker container

Look for data/channels-dvr.log in the folder you have mounted as /channels-dvr for your container. For example, in my installation I have … -v /srv/channels:/channels-dvr …, so I would find the log at /srv/channels/data/channels-dvr.log on the host.