--stream output to console is being cropped
For some reason on --stream mode, Console doesn't read the full output and crop some of the last messages in half (they do show up later, when new messages arrive).
Maybe redirecting the output through the file system isn't a good idea to do real-time stream to Console... I will try to come up with a better solution...
Yeah, just like log stream >> /tmp/system.log.
Yeah, I tried using pipes to ditch the file system, but it yield the same result... I think log has some buffering bug when in stream mode, but I didn't look further into that yet.
Hi @HeavenVolkoff , I just saw you have done some really great polish in maclog yourself, wanna post a post request to this project?
Thank you!
syscl