Skip to content

Commit

Permalink
name -> pod
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo authored Oct 1, 2020
1 parent a3eb711 commit 3efd25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logshipper/loggly.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (l *LogglyShipper) Log(ev kail.Event) error {
"rkubelog": map[string]interface{}{
"message": string(ev.Log()),
"node": ev.Source().Node(),
"name": ev.Source().Name(),
"pod": ev.Source().Name(),
"namespace": ev.Source().Namespace(),
"container": ev.Source().Container(),
},
Expand Down

0 comments on commit 3efd25e

Please sign in to comment.