From bb6a8df621ef113730daf71d7954ad7544a2acd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bour=C3=A9?= Date: Mon, 14 Oct 2024 13:01:37 +0200 Subject: [PATCH] doc: add new logLevel values --- doc/general-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/general-config.md b/doc/general-config.md index 0cf68aca..19c08d17 100644 --- a/doc/general-config.md +++ b/doc/general-config.md @@ -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).