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
Copy file name to clipboardExpand all lines: packages/async/webda.module.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,16 @@
256
256
"description": "Limit the number of lines of logs available for an async action\n\nIf you need to store large amount of logs then you should use the CloudWatchLogger or similar logger",
257
257
"default": 500
258
258
},
259
+
"logFormat": {
260
+
"type": "string",
261
+
"description": "Define the log format",
262
+
"default": "ConsoleLoggerDefaultFormat"
263
+
},
264
+
"logSaveDelay": {
265
+
"type": "number",
266
+
"description": "How long before saving logs (in ms)",
267
+
"default": 5000
268
+
},
259
269
"asyncActionModel": {
260
270
"type": "string",
261
271
"description": "Model to use when launching async action",
0 commit comments