Limit log output
With a check interval of 3 seconds, you see lots of lines "Checking for builds... nothing" in the log.
logrus has a function log.SetLevel(log.InfoLevel)
. Could this be made configurable? Or at least disabling info output?
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
With a check interval of 3 seconds, you see lots of lines "Checking for builds... nothing" in the log.
logrus has a function log.SetLevel(log.InfoLevel)
. Could this be made configurable? Or at least disabling info output?
Thanks. I'll make it configurable and by default set it to warning
.
Milestone changed to v0.4.0
Done in https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/commit/5331f215a73a1369b3c841e6058beba607bdd026
The default log-level is set to warn
.
The log-level can be configured by prepending the command:
gitlab-ci-multi-runner --log-level error run
Status changed to closed