From 041f64be81c49f198379ddb3a53547a6d6230b26 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 7225943a..ac0c75a5 100644 --- a/doc/general-config.md +++ b/doc/general-config.md @@ -187,7 +187,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).