Skip to content

Geo: Remove frequent, low-value logs

What does this MR do and why?

Describe in detail what your merge request does and why.

Removes some low-value Workhorse logs which are output frequently for Geo.

From !86468 (comment 1002830171):

the log level is hard-coded to INFO. If that is correct the DEBUG level messages never get printed and we might as well drop the log statements.

Resolves #349214 (closed)

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Set up Geo
  2. Watch workhorse logs
  3. Notice the absence of these log messages

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michael Kozono

Merge request reports