Implemented logging. To complete the logging implementation I have to log the flow to the log file #16

This commit is contained in:
amazing-username
2019-05-05 12:09:19 -04:00
parent 649d2c75a3
commit 4a385af3b5
6 changed files with 126 additions and 52 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
"Default": "Trace",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
"Auth0": {
"Domain": "[domain].auth0.com",
"Domain": "[domain].auth0.com",
"ApiIdentifier": "https://[identifier]/api",
"ClientId":"",
"ClientSecret":""