lnav icon indicating copy to clipboard operation
lnav copied to clipboard

k8s/docker as one of logs sources

Open QuAzI opened this issue 3 years ago • 0 comments

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?

QuAzI avatar Aug 27 '22 05:08 QuAzI