Skip to content

Commit

Permalink
Update integrations/scalyr/instance.go
Browse files Browse the repository at this point in the history
Co-Authored-By: pothibo <[email protected]>
  • Loading branch information
thejohnny and pier-oliviert authored Nov 7, 2018
1 parent 6c2e553 commit 954ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/scalyr/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (i *Instance) Configure() error {

i.SessionInfo = make(map[string]string)
i.SessionInfo["logfile"] = "stories"
i.SessionInfo["serverHost"] = "production"
i.SessionInfo["serverHost"] = os.Getenv("RACK_ENV")

i.Url = "https://www.scalyr.com/addEvents"

Expand Down

0 comments on commit 954ad42

Please sign in to comment.