Skip to content
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

Open
seiha011 opened this issue Jun 18, 2024 · 4 comments
Open

No logfiles visible on web-gui #23

seiha011 opened this issue Jun 18, 2024 · 4 comments

Comments

@seiha011
Copy link

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?

@mbentley
Copy link
Owner

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.

@seiha011
Copy link
Author

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!

@mbentley
Copy link
Owner

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: /var/log/UMS/ums/debug.log which is in a volume by default. If you didn't map that to a path, it would just be a docker managed volume. The typical INFO logs are just in what can be retrieved with docker logs.

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.

@seiha011
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants