-
Notifications
You must be signed in to change notification settings - Fork 10
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
No logfiles visible on web-gui #23
Comments
In this case, it believe it would be because the logs are only being streamed to stdout/stderr of the container and are not being written to disk which I imagine the web UI is trying to pull them from. You would need to view the logs through Docker's interfaces. |
OK I will find them... /var/log .... ;-) I think normally the debug.log is written to /home/user/.config/UMS/debug.log. No problem. Thanks! |
I haven't ran UMS for a while but still keep this repo maintained so my recollection of the behavior is a bit iffy so I did a quick test and it looks like some debug logs are being written to: Not sure if there is anything I can do to change the behavior of the app in the container that would allow the logs to stream through the UI or not - not sure how that works. |
Yes thanks .. You are right, it's an ums-thing. i had some issues with an old renderer, so i tried to get the log-files via the web-interface. I will get it now via cli and docker ... or i will find another solution ;-) regards |
Thank you for providing the ums-docker-image for arm64. I started it as suggested, but I can't see any log files in the web interface. In the environment I set the log level to trace. No change. Do you have a tip for me?
The text was updated successfully, but these errors were encountered: