Skip to content

Commit e7b16d8

Browse files
committed
Revise inherited default message, reduce to FINE
1 parent 76f32dd commit e7b16d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/main/python/wlsdeploy/tool/discover/topology_discoverer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,8 +1136,8 @@ def _handle_inherited_default(self, model_name, model_value, location):
11361136
if isinstance(model_value, PyRealBoolean):
11371137
model_value = model_value.getValue()
11381138
if domain_value == model_value:
1139-
_logger.info('WLSDPLY-06678', model_path, domain_attribute,
1140-
class_name=_class_name, method_name=_method_name)
1139+
_logger.fine('WLSDPLY-06678', model_path, model_value, domain_attribute,
1140+
domain_value, class_name=_class_name, method_name=_method_name)
11411141
result = None # remove from model
11421142
return result
11431143

core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ WLSDPLY-06674=Unable to locate and add CreateTableDDLFile {0} for {1} {2} to the
11461146
WLSDPLY-06675=Failed to add CreateTableDDLFile {0} for {1} {2} to the archive file: {3}
11471147
WLSDPLY-06676=Discovering WebAppContainer
11481148
WLSDPLY-06677=Discovering OptionalFeatureDeployment
1149-
WLSDPLY-06678=Remove attribute {0} from model, since it matches domain value {1}
1149+
WLSDPLY-06678=Removing attribute {0} from the model, because its value ({1}) matches the value of domain attribute {2} ({3})
11501150

11511151
# multi_tenant_discoverer.py, multi_tenant_resources_dsi
11521152
WLSDPLY-06700=Discover Multi-tenant

0 commit comments

Comments
 (0)