From adc2e6a736f27bc6917004cc5f3a740d4b67a78b Mon Sep 17 00:00:00 2001 From: Carolyn Rountree Date: Mon, 12 Sep 2022 15:36:37 -0500 Subject: [PATCH] Make message a warning for need schematype file --- .../main/python/wlsdeploy/tool/discover/custom_folder_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/python/wlsdeploy/tool/discover/custom_folder_helper.py b/core/src/main/python/wlsdeploy/tool/discover/custom_folder_helper.py index 467a0fd595..00589d3041 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/custom_folder_helper.py +++ b/core/src/main/python/wlsdeploy/tool/discover/custom_folder_helper.py @@ -371,7 +371,7 @@ def security_provider_interface_name(mbean_instance, mbean_interface_name): result = getter() if result.endswith('ProviderMBean'): result = mbean_interface_name - _logger.fine('WLSDPLY-06779', str(mbean_instance), class_name=_class_name, method_name=_method_name) + _logger.warning('WLSDPLY-06779', str(mbean_instance), class_name=_class_name, method_name=_method_name) except (Exception, JException): _logger.warning('WLSDPLY-06778', mbean_interface_name, class_name=_class_name, method_name=_method_name) result = mbean_interface_name