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

cmd/logcli: add --follow flag as an alias for --tail #4203

Merged
merged 1 commit into from
Aug 23, 2021

Commits on Aug 23, 2021

  1. cmd/logcli: add --follow flag as an alias for --tail

    When using 'logcli query --tail', '--tail' behaves similar to the 'tail'
    command, which uses '--follow' flag, if you want to continuously
    follow the appended data to the file.
    
    I believe '--follow' flag is more natural for system administrators to
    use rather than '--tail' if one wants to "follow" the incoming logs, so
    this commit adds one, as an alias for '--tail'.
    
    Closes grafana#3570
    
    Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
    invidian committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0a81fba View commit details
    Browse the repository at this point in the history