Skip to content

Commit

Permalink
fix: Set default log level to warning
Browse files Browse the repository at this point in the history
fix: Set default log level to warning
  • Loading branch information
jimwashbrook authored Jan 16, 2024
2 parents d36b3dc + a7e99de commit 73eb0f7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/Dfe.PlanTech.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"CallbackUrl": "/auth/cb",
"SignoutCallbackUrl": "/signout/complete",
"SignoutRedirectUrl": "/",
"Scopes": [
"openid",
"email",
"profile",
"organisation"
],
"Scopes": ["openid", "email", "profile", "organisation"],
"CookieName": "sa-login",
"CookieExpireTimeSpanInMinutes": 60,
"GetClaimsFromUserInfoEndpoint": true,
Expand All @@ -20,7 +15,7 @@
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
}
},
Expand All @@ -31,4 +26,4 @@
}
}
}
}
}

0 comments on commit 73eb0f7

Please sign in to comment.