Skip to content

Commit 2598d74

Browse files
authored
JIRA WDT-342 - Create Log folders for Server and ServerTemplate with the parent's name (#343)
* JIRA WDT-299 - Create Log folders for Server and ServerTemplate with the parent's name
1 parent bb445bc commit 2598d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/Server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"Log": {
227227
"wlst_type": "Log",
228228
"child_folders_type": "single_unpredictable",
229-
"default_name_value": "${NO_NAME_0:%SERVER%}",
229+
"default_name_value": "%SERVER%",
230230
"folders": {},
231231
"attributes": {
232232
"BufferSizeKb": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BufferSize${Kb:KB}", "wlst_path": "WP001", "value": {"default": 8 }, "wlst_type": "integer"} ],

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/ServerTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"Log": {
233233
"wlst_type": "Log",
234234
"child_folders_type": "single_unpredictable",
235-
"default_name_value": "${NO_NAME_0:%SERVERTEMPLATE%}",
235+
"default_name_value": "%SERVERTEMPLATE%",
236236
"version": "[12.1.2,)",
237237
"folders": {},
238238
"attributes": {

0 commit comments

Comments
 (0)