diff options
Diffstat (limited to 'Timeline/appsettings.Test.json')
-rw-r--r-- | Timeline/appsettings.Test.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Timeline/appsettings.Test.json b/Timeline/appsettings.Test.json index b1cd5a3b..ea32348b 100644 --- a/Timeline/appsettings.Test.json +++ b/Timeline/appsettings.Test.json @@ -3,7 +3,9 @@ "LogLevel": { "Default": "Debug", "System": "Information", - "Microsoft": "Information" + "Microsoft": "Information", + "Microsoft.AspNetCore.Authentication": "Debug", + "Microsoft.AspNetCore.Authorization": "Debug" } }, "JwtConfig": { |