typicode / katon

(use hotel instead)
https://github.com/typicode/hotel
MIT License
683 stars 28 forks source link

ADDED katon tail #49

Closed assaf closed 10 years ago

assaf commented 10 years ago

Run katon tail on the current directory, instead of tail -f ~/.katon/logs/<app>.log.

katon tail <app> also works to tail log file regardless of current directory.

typicode commented 10 years ago

Cool, thanks :)

typicode commented 9 years ago

Just out of curiosity, were there any drawbacks to use something like spawn('tail', ['-f', 'app.log'], { stdio: 'inherit' })?

assaf commented 9 years ago

For my next trick, I want to tail all the logs together, so I can watch them from a single terminal tab. No an easy trick to pull off with bash.