This can appear ~30k times in the logs for a single job on a large cluster. It's only logged in debug mode and on the cluster master, but causes a substantial slowdown there, and isn't very useful.
Signed-off-by: Brian Foley <[email protected]> --- lib/config/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config/__init__.py b/lib/config/__init__.py index 2bb57e4..7011da2 100644 --- a/lib/config/__init__.py +++ b/lib/config/__init__.py @@ -2864,7 +2864,6 @@ class ConfigWriter(object): dict_data = self._wconfd.ReadConfig() logging.debug("Configuration received") else: - logging.debug("My config copy is up to date.") dict_data = None else: # poll until we acquire the lock -- 2.8.0.rc3.226.g39d4020
