Skip to content

"_p": "F" in logs #7707

Answered by agup006
prabhatsharma asked this question in Q&A
Discussion options

You must be logged in to vote

@prabhatsharma

This is from CRI and Docker logging formats indicating partial and full logs. These are mostly used by Fluent Bit when performing multiline logging via the cri, docker parsers.

Here is a quick excerpt of the format docs https://github.com/kubernetes/design-proposals-archive/blob/main/node/kubelet-cri-logging.md

Log format

The runtime should decorate each log entry with a RFC 3339Nano timestamp prefix, the stream type (i.e., "stdout" or "stderr"), the tags of the log entry, the log content that ends with a newline.

The tags fields can support multiple tags, delimited by :. Currently, only one tag is defined in CRI to support multi-line log entries: partial or full. Partial…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by patrick-stephens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants