mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #37029 from thaJeztah/fix-fluentd-partial
Fix fluentd partial detection
This commit is contained in:
commit
f4ebcb42ac
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ func (f *fluentd) Log(msg *logger.Message) error {
|
|||
for k, v := range f.extra {
|
||||
data[k] = v
|
||||
}
|
||||
if msg.Partial {
|
||||
if msg.PLogMetaData != nil {
|
||||
data["partial_message"] = "true"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue