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. |
245
+
|**DATETIME_FORMAT**| LOG |`%Y-%m-%d %H:%M:%S`| A datetime format of the trace log. |
246
+
|**TRACE_PATH**| LOG |`./logs`| A pointer of trace log that use to store. |
247
+
|**TRACE_ENABLE_WRITE**| LOG |`false`| A flag that enable writing trace log. |
248
+
|**AUDIT_PATH**| LOG |`./audits`| A pointer of audit log that use to store. |
249
+
|**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_PATH**| LOG |`./logs`| A pointer of trace log that use to store. |
30
+
|**TRACE_ENABLE_WRITE**| LOG |`false`| A flag that enable writing trace log. |
31
+
|**AUDIT_PATH**| LOG |`./audits`| A pointer of audit log that use to store. |
32
+
|**AUDIT_ENABLE_WRITE**| LOG |`true`| A flag that enable writing audit log after end execution in the workflow release step. |
0 commit comments