Skip to content

Commit 4657b49

Browse files
committed
add logging exit
1 parent 593be5a commit 4657b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,6 @@ def get_roles(self):
167167
# put it in the model
168168
model[role_name] = dict()
169169
model[role_name][model_constants.EXPRESSION] = role_expression
170+
_logger.exiting(class_name=_class_name, method_name=_method_name, result=model)
170171
return model_folder, model
171172

0 commit comments

Comments
 (0)