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.
- Set up Geo
- Watch workhorse logs
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Michael Kozono