Replies: 1 comment
-
This is a containerd issue, not K3s. Ref: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem about log format from /var/log/pods of pod on k3s Containerd because I cannot analyze these logs from pods efficiently because it separates each line
for example.
Actually, this log occur from the same event, but it was separate into multiple line. When I use fluent-bit to send these log to loki or amazon cloudwatch, I cannot analyze these logs because it difficult to read.
However, I found log from K3S in docker mode has been JSON formatted. For example
Please give me an advise to set log format in k3s containerd
Beta Was this translation helpful? Give feedback.
All reactions