diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/script_exporter.go b/script_exporter.go index 8c3f9e2..58e1c68 100644 --- a/script_exporter.go +++ b/script_exporter.go @@ -83,7 +83,7 @@ func runScripts(scripts []*Script) []*Measurement { log.Debugf("OK: %s (after %fs).", script.Name, duration) success = 1 } else { - log.Errorf("ERROR: %s: %s (failed after %fs).", script.Name, err, duration) + log.Infof("ERROR: %s: %s (failed after %fs).", script.Name, err, duration) } ch <- &Measurement{