Skip to content

Commit 2bd594e

Browse files
Merge pull request #100 from oracle/issue#99-some-create-logging-disabled
issue#99 - Restored disabled create logging. Fixes #99
2 parents 2a6ad53 + 2362cee commit 2bd594e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/tool/create/domain_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _create_named_mbeans(self, type_name, model_nodes, base_location, log_create
176176
self._check_coherence_cluster_references(model_nodes, base_location)
177177
# continue with regular processing
178178

179-
Creator._create_named_mbeans(self, type_name, model_nodes, base_location)
179+
Creator._create_named_mbeans(self, type_name, model_nodes, base_location, log_created=log_created)
180180

181181
def __run_rcu(self):
182182
"""

0 commit comments

Comments
 (0)