Skip to content

Commit

Permalink
Add rkubelog tag to Loggly Shipper
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo authored Oct 1, 2020
1 parent 78de62a commit 4eb80c7
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 @@ -14,7 +14,7 @@ type LogglyShipper struct {

func CreateLogglyShipper(token string) *LogglyShipper {
return &LogglyShipper{
logglyClient: loggly.New(token),
logglyClient: loggly.New(token, "rkubelog"),
}
}

Expand Down

0 comments on commit 4eb80c7

Please sign in to comment.