Skip to content

Commit 2fdd85f

Browse files
committed
fix: add updated webda.module.json
1 parent 43be433 commit 2fdd85f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/async/webda.module.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,16 @@
256256
"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",
257257
"default": 500
258258
},
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+
},
259269
"asyncActionModel": {
260270
"type": "string",
261271
"description": "Model to use when launching async action",

0 commit comments

Comments
 (0)