2 messages · Page 1 of 1 (latest)
Hello, I need to route logs into a TUI build with Ratatui for monitoring a P2P rendezvous server, but I can't seem to figure out how to do this, and I don't see an example on it.
I don't really need to apply any custom formatting, just the standard output but displayed in my TUI.
Thanks in advance!
Ah, I just found an example in Ratatui.
For anyone in the future, heres the link:
https://ratatui.rs/recipes/apps/log-with-tracing/