Skip to content

Commit

Permalink
Bumped up loggly sampling percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Jul 28, 2016
1 parent ab9cb07 commit f6ed999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/flashlight/main/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
staging = flag.Bool("staging", false, "if true, run Lantern against our staging infrastructure")
bordaReportInterval = flag.Duration("borda-report-interval", 5*time.Minute, "How frequently to report errors to borda. Set to 0 to disable reporting.")
bordaSamplePercentage = flag.Float64("borda-sample-percentage", 0.01, "The percentage of devices to report to Borda (0.01 = 1%)")
logglySamplePercentage = flag.Float64("loggly-sample-percentage", 0.005, "The percentage of devices to report to Loggly (0.005 = 0.5%)")
logglySamplePercentage = flag.Float64("loggly-sample-percentage", 0.02, "The percentage of devices to report to Loggly (0.02 = 2%)")
help = flag.Bool("help", false, "Get usage help")
)

Expand Down

0 comments on commit f6ed999

Please sign in to comment.