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 &
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