Skip to content

Commit

Permalink
Merge pull request #303 from Finastra/develop
Browse files Browse the repository at this point in the history
@finastra/nestjs-oidc 0.26.8
  • Loading branch information
BeataKr authored Jun 28, 2024
2 parents a882d37 + ccbb2b4 commit e7561a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/oidc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finastra/nestjs-oidc",
"version": "0.26.7",
"version": "0.26.8",
"contributors": [
"David Boclé <[email protected]>",
"Francine Ong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion libs/oidc/src/filters/http-exception.filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7561a5

Please sign in to comment.