mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

mute httpsched debug logging #334

Closed rboyer closed 6 years ago

rboyer commented 6 years ago

Repurpose the existing debug package-local flag to suppress some debug logs that are currently not suppressed.

Fixes https://github.com/mesos/mesos-go/issues/333

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.05%) to 58.439% when pulling ec8cc79eee6dc95402b3c07414d85fcee2bc2348 on rboyer:mute-debug-logging into a414b0462f4d867d07990e633664bed52dc7cb21 on mesos:master.

jdef commented 6 years ago

thanks for the PR! LGTM