Skip to content

Commit

Permalink
doc: add new logLevel values
Browse files Browse the repository at this point in the history
  • Loading branch information
bboure authored Oct 14, 2024
1 parent 5d49f30 commit bb6a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/general-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ appSync:
retentionInDays: 14
```

- `level`: `ERROR`, `NONE`, or `ALL`
- `level`: `ERROR`, `NONE`, `INFO`, `DEBUG` or `ALL`
- `enabled`: Boolean, Optional. Defaults to `true` when `logging` is present.
- `excludeVerboseContent`: Boolean, Optional. Exclude or not verbose content (headers, response headers, context, and evaluated mapping templates), regardless of field logging level. Defaults to `false`.
- `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).
Expand Down

0 comments on commit bb6a8df

Please sign in to comment.