mirror of https://github.com/grafana/loki
cmd/logcli: add --follow flag as an alias for --tail (#4203)
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 #3570 Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>pull/4208/head
parent
e25587bfd7
commit
b3df9f5dfd
Loading…
Reference in new issue