Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a feature to write to file #74

Open
sharkymcdongles opened this issue Nov 10, 2018 · 1 comment
Open

Add a feature to write to file #74

sharkymcdongles opened this issue Nov 10, 2018 · 1 comment

Comments

@sharkymcdongles
Copy link

sharkymcdongles commented Nov 10, 2018

If I am tailing multiple different pods and I want to write it to logs I have to do it by hand unless I want it all to be redirected into a single file. It'd be cool to be able to output each pod's logs to a separate file in real time to be able to handover to devs.

Pretty please and thank you! This tool is already infinitely useful as is!

@johanhaleby
Copy link
Owner

johanhaleby commented Nov 12, 2018

I suppose you could already pipe the output to a single file:

$ kt some-pod > some-log.txt

For individual files it'll require changes to the script. I'm happy to accept contributions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants