kostya / eye

Process monitoring tool. Inspired from Bluepill and God.
MIT License
1.19k stars 89 forks source link

Is it possible to view process stdout/err with eye trace? #211

Open joshleblanc opened 6 years ago

joshleblanc commented 6 years ago

Title.

It's pretty much a nonissue since I can just tail the log itself, but it would be really convenient to be able to call "eye log " and view the process logs themselves.

kostya commented 6 years ago

technically it possible, it would just get current process stdout, stderr, and call tail | grep on it.