Unverified Commit 8b32464a authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

Change log level from info to debug for IOProcessor (#24999)


Signed-off-by: default avatarMichael Goin <mgoin64@gmail.com>
parent 99cc41ad
......@@ -33,7 +33,7 @@ def get_io_processor(
model_plugin = config_plugin
if model_plugin is None:
logger.info("No IOProcessor plugins requested by the model")
logger.debug("No IOProcessor plugins requested by the model")
return None
logger.debug("IOProcessor plugin to be loaded %s", model_plugin)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment