Replies: 1 comment 4 replies
-
You can set output=TRUE and sink stdout/stderr as you normally would. If you want this to apply to all daemons you probably want to use an everywhere() call. Or is it that you want everything to still output to the terminal but just ensuring they are nicely interleaved? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to provide more granular control over the output of a daemon? I am interested in formatting the stdout/stderr of the output to ensure the terminal isn't garbled.
I've been using output = TRUE, which works but often the output is hard to read. I'm not sure if I'm missing a way of controlling the output, or maybe accessing the connections directly?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions