From 00a410936b07c712ea4723ac7dc119a85e6ee715 Mon Sep 17 00:00:00 2001 From: BeataKr Date: Thu, 27 Jun 2024 09:03:39 +0200 Subject: [PATCH 1/2] error instead of warn --- libs/oidc/src/filters/http-exception.filter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/oidc/src/filters/http-exception.filter.ts b/libs/oidc/src/filters/http-exception.filter.ts index 48d66fd6..57abff05 100644 --- a/libs/oidc/src/filters/http-exception.filter.ts +++ b/libs/oidc/src/filters/http-exception.filter.ts @@ -17,7 +17,7 @@ export class HttpExceptionFilter implements ExceptionFilter { const { body, headers, method, params, query, url, user } = request; - this.logger.warn({ request: { body, headers, method, params, query, url, user }, exception }); + this.logger.error({ request: { body, headers, method, params, query, url, user }, exception }); switch (status) { case MisdirectedStatus.MISDIRECTED: From ccbb2b4ae75e10a5e553296fb741ed248ed0b8aa Mon Sep 17 00:00:00 2001 From: BeataKr Date: Fri, 28 Jun 2024 10:16:18 +0200 Subject: [PATCH 2/2] @finastra/nestjs-oidc 0.26.8 --- libs/oidc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/oidc/package.json b/libs/oidc/package.json index b0797127..e48fd678 100644 --- a/libs/oidc/package.json +++ b/libs/oidc/package.json @@ -1,6 +1,6 @@ { "name": "@finastra/nestjs-oidc", - "version": "0.26.7", + "version": "0.26.8", "contributors": [ "David Boclé ", "Francine Ong ",