Skip to content

Commit

Permalink
Change results printing to stdout to Debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Leveille committed Aug 23, 2019
1 parent 55fd9ff commit 98d7478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataout/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func handleResult() {
log.Warnf("Skipping result %s for %s\n", val, result.Name)
break
} else {
log.Tracef("Got result: %s", result.ToString())
log.Debugf("Got result: %s", result.ToString())
}
CirconusProxyInstance.PushDatapoint(result.Timestamp, result.Name, val, dt)
}
Expand Down

0 comments on commit 98d7478

Please sign in to comment.