Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Long log lines are not handled correctly #283

@crassirostris

Description

@crassirostris

Couldn't fine an existing issue, so I'll start this one

Currently when a container logs a line that is longer than ~4KB, it is being split into multiple log entries in the container log. The information about this split in then dropped, AFAIU because current log format is not extensible. Therefore a 8KB line will be indistinguishable from two 4KB lines, which will break people who depend on the long lines longer than 4KB.

There should be at least enough information in the logs to reconstruct the original log stream, even if the lines are long. It seems like this is impossible to do without changing the log format though.

/cc @piosz @fgrzadkowski @Random-Liu @yujuhong

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions