Its sometimes nice to start a tail back a few seconds / minutes. Kubectl does this w/ the `--since` flag #### Example: ``` kubectl logs billwise-disabler-us-deployment-4141292026-339rz -f --since=60s ``` It would be nice if k8stail had similar behavior
Its sometimes nice to start a tail back a few seconds / minutes. Kubectl does this w/ the
--sinceflagExample:
It would be nice if k8stail had similar behavior