Implemented logging. To complete the logging implementation I have to log the flow to the log file #16
This commit is contained in:
+3
-2
@@ -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":""
|
||||
|
||||
Reference in New Issue
Block a user