Open melezhik opened 3 years ago
Turn off output buffering in your service entry script (.out-buffer = False for $*OUT, $*ERR;
). If we someday get a PTY implementation then the cro
running will totally use it (I'm hoping libuv might do it and then we just have to expose it.)
Thanks, I will try
In mybfio cro app I just use naive(?) approach
say "log message"
howevere my messages are not appeared in stdout ( buffering ? ) straight way, and sometime only appear when I restart cro app ... weird enoughMaybe I just use it wrong and I have to utilize another ( cro? ) method for logging
I run my app as