Allow StackLens to tail a log file and surface new issues as they appear. Proposed usage: ``` stacklens watch app.log ``` Should print new issues as matching lines are written to the file, similar to `tail -f`.
Allow StackLens to tail a log file and surface new issues as they appear.
Proposed usage:
Should print new issues as matching lines are written to the file, similar to
tail -f.