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

Allow for follow mode when reading docker logs #20

Open
Kraust opened this issue Jul 30, 2018 · 1 comment
Open

Allow for follow mode when reading docker logs #20

Kraust opened this issue Jul 30, 2018 · 1 comment

Comments

@Kraust
Copy link

Kraust commented Jul 30, 2018

I noticed that the main container info buffer automatically updates perodically, but the docker logs buffer that you can open with < does not. This tool would be even better if follow mode (e.g. from docker logs -f) would be added as a configuration parameter of some kind

@vlcinsky
Copy link

Consider using only follow mode.

If a need for multiple modes arise, we shall account for multiple versions of keybindings.

Currently we have < for logs. Assuming we would use l (lowercase L), we would get e.g.:

  • ll: standard logs (get what is known at the moment and stop)
  • lf: get logs and follow
  • etc.

This relates to #19 (Proposal of alternative key mappings)

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

No branches or pull requests

3 participants