4 changed files with 16 additions and 7 deletions
@ -1,12 +1,11 @@ |
|||||||
{ |
{ |
||||||
"Logging": { |
"Logging": { |
||||||
"LogLevel": { |
"LogLevel": { |
||||||
"Default": "Information", |
"Default": "Information" |
||||||
"Microsoft": "Warning", |
|
||||||
"Microsoft.Hosting.Lifetime": "Information" |
|
||||||
} |
} |
||||||
}, |
}, |
||||||
"cryptoAgentSettings": { |
"cryptoAgentSettings": { |
||||||
"identityServerUri": "http://localhost:33656/" |
"identityServerUri": "http://localhost:33656/", |
||||||
|
"logFilePath": null |
||||||
} |
} |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue