You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 enough
Maybe I just use it wrong and I have to utilize another ( cro? ) method for logging
I run my app as
nohup cro run > cro.log &
The text was updated successfully, but these errors were encountered:
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.)
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
The text was updated successfully, but these errors were encountered: