Skip to content

Commit 397a59e

Browse files
committed
wlst_name for BufferSizeKb changed to BufferSizeK${b:B}; FileTimeSpanFactor and ServerLoggingBridgeAtRootLoggerEnabled are only available in OFFLINE
1 parent 5e95167 commit 397a59e

File tree

1 file changed

+3
-2
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"wlst_type": "Log",
55
"folders": {},
66
"attributes": {
7-
"BufferSizeKb": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BufferSizeKb", "wlst_path": "WP001", "value": {"default": 8 }, "wlst_type": "integer"} ],
7+
"BufferSizeKb": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BufferSizeK${b:B}", "wlst_path": "WP001", "value": {"default": 8 }, "wlst_type": "integer"} ],
88
"DateFormatPattern": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DateFormatPattern", "wlst_path": "WP001", "value": {"default": "MMM d, yyyy, h:mm:ss,S a z" }, "wlst_type": "string" } ],
99
"DomainLogBroadcastFilter": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DomainLogBroadcastFilter", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1010
"DomainLogBroadcastSeverity": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DomainLogBroadcastSeverity", "wlst_path": "WP001", "value": {"default": "Notice"}, "wlst_type": "string" } ],
@@ -13,7 +13,7 @@
1313
"FileMinSize": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FileMinSize", "wlst_path": "WP001", "value": {"default": 500 }, "wlst_type": "integer"} ],
1414
"FileName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FileName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1515
"FileTimeSpan": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FileTimeSpan", "wlst_path": "WP001", "value": {"default": 24 }, "wlst_type": "integer"} ],
16-
"FileTimeSpanFactor": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FileTimeSpanFactor", "wlst_path": "WP001", "value": {"default": 3600000 }, "wlst_type": "long" } ],
16+
"FileTimeSpanFactor": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "FileTimeSpanFactor", "wlst_path": "WP001", "value": {"default": 3600000 }, "wlst_type": "long" } ],
1717
"Log4jLoggingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Log4jLoggingEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean"} ],
1818
"LogFileFilter": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LogFileFilter", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
1919
"LogFileRotationDir": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "LogFileRotationDir", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
@@ -36,6 +36,7 @@
3636
"RotateLogOnStartup": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RotateLogOnStartup", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],
3737
"RotationTime": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RotationTime", "wlst_path": "WP001", "value": {"default": "00:00" }, "wlst_type": "string" } ],
3838
"RotationType": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RotationType", "wlst_path": "WP001", "value": {"default": "bySize"}, "wlst_type": "string" } ],
39+
"ServerLoggingBridgeAtRootLoggerEnabled": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "ServerLoggingBridgeAtRootLoggerEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean"} ],
3940
"ServerLoggingBridgeUseParentLoggersEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ServerLoggingBridgeUseParentLoggersEnabled", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean"} ],
4041
"StacktraceDepth": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "StacktraceDepth", "wlst_path": "WP001", "value": {"default": 5 }, "wlst_type": "integer"} ],
4142
"StdoutFilter": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "StdoutFilter", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],

0 commit comments

Comments
 (0)