You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**FORMAT_FILE**| LOG |`{datetime} ({process:5d}, {thread:5d}) {message:120s} ({filename}:{lineno})`| A trace message format that use to write to target pointer. |
280
-
|**DATETIME_FORMAT**| LOG |`%Y-%m-%d %H:%M:%S`| A datetime format of the trace log. |
281
-
|**TRACE_HANDLERS**| LOG |`[{"type": "console"}]`| A pointer URL of trace log that use to emit log message. Now uses optimized handler by default. |
282
-
|**AUDIT_URL**| LOG |`file:./audits`| A pointer URL of audit log that use to write audit metrix. |
283
-
|**AUDIT_ENABLE_WRITE**| LOG |`true`| A flag that enable writing audit log after end execution in the workflow release step. |
|**FORMAT_FILE**| LOG |`{datetime} ({process:5d}, {thread:5d}) {message:120s} ({filename}:{lineno})`| A trace message format that use to write to target pointer. |
267
+
|**DATETIME_FORMAT**| LOG |`%Y-%m-%d %H:%M:%S`| A datetime format of the trace log. |
268
+
|**TRACE_HANDLERS**| LOG |`[{"type": "console"}]`| A pointer URL of trace log that use to emit log message. Now uses optimized handler by default. |
269
+
|**AUDIT_CONF**| LOG |`{"type": "file", "path": "./audits"}`| A pointer URL of audit log that use to write audit metrix. |
270
+
|**AUDIT_ENABLE_WRITE**| LOG |`true`| A flag that enable writing audit log after end execution in the workflow release step. |
|**FORMAT_FILE**| LOG |`{datetime} ({process:5d}, {thread:5d}) {message:120s} ({filename}:{lineno})`| A trace message format that use to write to target pointer. |
28
-
|**DATETIME_FORMAT**| LOG |`%Y-%m-%d %H:%M:%S`| A datetime format of the trace log. |
29
-
|**TRACE_HANDLERS**| LOG |`[{"type": "console"}]`| A pointer URL of trace log that use to emit log message. Now uses optimized handler by default. |
30
-
|**AUDIT_URL**| LOG |`file:./audits`| A pointer URL of audit log that use to write audit metrix. |
31
-
|**AUDIT_ENABLE_WRITE**| LOG |`true`| A flag that enable writing audit log after end execution in the workflow release step. |
|**FORMAT_FILE**| LOG |`{datetime} ({process:5d}, {thread:5d}) {message:120s} ({filename}:{lineno})`| A trace message format that use to write to target pointer. |
28
+
|**DATETIME_FORMAT**| LOG |`%Y-%m-%d %H:%M:%S`| A datetime format of the trace log. |
29
+
|**TRACE_HANDLERS**| LOG |`[{"type": "console"}]`| A pointer URL of trace log that use to emit log message. Now uses optimized handler by default. |
30
+
|**AUDIT_CONF**| LOG |`{"type": "file", "path": "./audits"}`| A pointer URL of audit log that use to write audit metrix. |
31
+
|**AUDIT_ENABLE_WRITE**| LOG |`true`| A flag that enable writing audit log after end execution in the workflow release step. |
0 commit comments