Skip to content

Commit 041f64b

Browse files
bboureDoyleBrendan
authored andcommitted
doc: add new logLevel values
1 parent 92438f6 commit 041f64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/general-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ appSync:
187187
retentionInDays: 14
188188
```
189189

190-
- `level`: `ERROR`, `NONE`, or `ALL`
190+
- `level`: `ERROR`, `NONE`, `INFO`, `DEBUG` or `ALL`
191191
- `enabled`: Boolean, Optional. Defaults to `true` when `logging` is present.
192192
- `excludeVerboseContent`: Boolean, Optional. Exclude or not verbose content (headers, response headers, context, and evaluated mapping templates), regardless of field logging level. Defaults to `false`.
193193
- `retentionInDays`: Optional. Number of days to retain the logs. Defaults to [`provider.logRetentionInDays`](https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml#general-function-settings).

0 commit comments

Comments
 (0)