"Serving" an UI with Rich? #4033
Unanswered
vladidobro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
this is rather a general unix question, not so much specific to Rich.
I have an app that has a global
Console, aLivedisplay that shows the current state of the app,and configured logging that writes to the
ConsolewithRichHandler.When I run that locally or with tmux, I can attach and see the
Livedisplay no problem.When I run the app in production in Kubernetes, it only prints the logs (which is what I want in that situation).
Do you think of any way to "serve" the UI, so I could attach to it on demand?
I am thinking somethings along the lines of writing the
Livedisplay to a named pipe tty or something, which I could then read from when I attach?I do not know of any mechanism that would allow me to do that, do you?
Thank you for any ideas.
Beta Was this translation helpful? Give feedback.
All reactions