lnav
lnav copied to clipboard
k8s/docker as one of logs sources
I have a lot of legacy (logs in local files) and try to rewrite something to microservices (logs in docker locally, in k8s on server). Is there any way to say lnav something like
lnav ./logs/*/**.log --run "docker logs -f --until=2s test1" --run "docker logs -f --until=2s test2"
to grep logs from local files and docker at the same time and view what happened line by line in one place?