Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: local backend segfaults with
up --verbose
We were passing Logger=nil to the Tail package, which is what its docs state will result in using its default logger. Unfortunately we rather see a null pointer segfault. Signed-off-by: Nick Mitchell <[email protected]>
- Loading branch information