Skip to content

Commit 991342a

Browse files
Confusing discover INFO changed to finer with more text
1 parent d462e5a commit 991342a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

alias-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>junit</groupId>
2525
<artifactId>junit</artifactId>
26-
<version>4.13.1</version>
26+
<version>5.8.1</version>
2727
<scope>test</scope>
2828
</dependency>
2929
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _populate_model_parameters(self, dictionary, location):
138138
_logger.info('WLSDPLY-06154', wlst_extra_param, location.get_folder_path(),
139139
class_name=_class_name, method_name=_method_name)
140140
else:
141-
_logger.info('WLSDPLY-06153', wlst_extra_param, location.get_folder_path(),
141+
_logger.fine('WLSDPLY-06153', wlst_extra_param, location.get_folder_path(),
142142
class_name=_class_name, method_name=_method_name)
143143

144144
def _get_attribute_value_with_get(self, wlst_get_param, wlst_path):

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
@@ -604,7 +604,7 @@ WLSDPLY-06150=Unable to determine if additional attributes are available for {0}
604604
WLSDPLY-06151=Additional attribute {0} for model folder at location {1} requires getter on MBean instance
605605
WLSDPLY-06152=Attribute {0} for model folder at location {1} requires the CMO getter to retrieve the attribute value
606606
WLSDPLY-06153=Attribute {0} for model folder at location {1} is not in the lsa map and is not defined in the \
607-
alias definitions
607+
alias definitions and will be filtered out
608608
WLSDPLY-06154=Attribute {0} for model folder at location {1} is not in the lsa map and is not defined with get \
609609
to retrieve the attribute value
610610
WLSDPLY-06155=Attribute {0} value at location {1} replaced by token {2}

0 commit comments

Comments
 (0)