Why is structured json not recognised? #1422
Replies: 1 comment 4 replies
-
What version of lnav are you using? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using docker compose logs as followed:
docker compose logs --no-color -f caddy | lnav
Which works and the structured json is formatted properly.

But when I run it for my API:
docker compose logs --no-color -f api | lnav
It's not properly formatted.

Why is that? What makes lnav recognice json or not???
Beta Was this translation helpful? Give feedback.
All reactions