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
It would be very nice to pipe command output to TailBlazer and use it as a log viewer (as a real tail program). For example,
cmd> nginx | TailBlazer
(nginx here is just an example of a long running application)
It would be even more nicer to connect to any running process stdout and read its logs, but I fear that it will involve much native code magic and dealing with Windows permissions; maybe it isn't possible at all.
The text was updated successfully, but these errors were encountered:
It would be very nice to pipe command output to TailBlazer and use it as a log viewer (as a real
tail
program). For example,(
nginx
here is just an example of a long running application)It would be even more nicer to connect to any running process stdout and read its logs, but I fear that it will involve much native code magic and dealing with Windows permissions; maybe it isn't possible at all.
The text was updated successfully, but these errors were encountered: