Skip to content

Commit

Permalink
some service may not recognize dot
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq committed May 5, 2021
1 parent ce7a234 commit cd8344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (c *Container) LogFieldExtra() map[string]string {
"coreid": c.Labels[fieldCoreIdentifier],
}
for name, addr := range c.Networks {
extra[fmt.Sprintf("networks.%s", name)] = addr
extra[fmt.Sprintf("networks_%s", name)] = addr
}
return extra
}

0 comments on commit cd8344f

Please sign in to comment.