cwtail icon indicating copy to clipboard operation
cwtail copied to clipboard

Wildcard Tail?

Open benyanke opened this issue 7 years ago • 2 comments

Excellent tool!

In elastic beanstalk apps, there are usually several log streams, and sometimes it's useful to tail all of them at once.

For example:

/aws/elasticbeanstalk/appname/var/log/eb-activity.log /aws/elasticbeanstalk/appname/var/log/httpd/access_log /aws/elasticbeanstalk/appname/var/log/httpd/error_log

In this case, it would be adventageous to be able to tail with a syntax like:

cwtail -f /aws/elasticbeanstalk/appname/*

Just a suggestion. Wish I could help implement it myself, but I am still very unfamiliar with Node. Will jump in as I learn more though, if I'm able.

benyanke avatar Jan 01 '18 15:01 benyanke

Thanks! The suggestion sounds quite useful. I haven't had much time to put into this project myself recently though.

kennu avatar Jan 01 '18 18:01 kennu

I've found it very useful so far - it can be quite a challenge getting useful logging info from a multi-server cluster at times. This simplifies it greatly.

benyanke avatar Jan 02 '18 00:01 benyanke