Skip to content

Commit

Permalink
Merge pull request #8 from Tlantic/develop
Browse files Browse the repository at this point in the history
change log tags
  • Loading branch information
andrepinto authored Jun 27, 2016
2 parents 9ae21f3 + 678f4f0 commit 2eadeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/trackerlogrus.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewTrackerLogrus(options TrackerLogrusOptions) TrackerLogrus{
if(options.RemoteMode){
remoteMode = options.RemoteMode
token = options.Token
hook = logrusly.NewLogglyHook(token, "www.mrs-api.tlantic.com", logrus.WarnLevel, "integration", "filesender")
hook = logrusly.NewLogglyHook(token, "www.mrs-api.tlantic.com", logrus.WarnLevel, "integration")
lg.Hooks.Add(hook)
}

Expand Down

0 comments on commit 2eadeb7

Please sign in to comment.