-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logging #6
Comments
I see basic logging is on stdout, but the rest is on Quick browsing didn't show an official way to redirect to stdout. It might be possible to redirect using a symbolic link to Unless someone finds a working solution, I'd suggest to mount to cat those log files when needed (not the nicest I agree). |
Yeah I couldn't find a nice solution either. I might knock up a PR using supervisord if that's something you'd accept. It slightly breaks the one process per container model, but I don't personally stick to that when there isn't a nice way to achieve things. |
I wouldn't accept a supervisord or initd on this image as it breaks its philosophy. It's worth trying doing a simple |
Hi,
Thanks for the docker image - it works beautifully. I'm running this on an openshift cluster and it's great to see someone make a docker image that doesn't require root.
One suggestion I would like to make is some consideration for logging. It would be great if this could be configured to log to stdout (docker logs).
I'm not sure of the best method of doing this, just thought I'd throw it out here. Maybe a wrapper script as pid1 that tails the log file as well as starting qbittorrent would be sufficient.
The text was updated successfully, but these errors were encountered: