6 changed files with 39 additions and 32 deletions
@ -1,11 +1,16 @@
@@ -1,11 +1,16 @@
|
||||
{ |
||||
"Logging": { |
||||
"LogLevel": { |
||||
"Default": "Information" |
||||
} |
||||
"Serilog": { |
||||
"MinimumLevel": "Information", |
||||
"WriteTo": [ |
||||
{ |
||||
"Name": "Console" |
||||
} |
||||
], |
||||
"Enrich": [ |
||||
"FromLogContext" |
||||
] |
||||
}, |
||||
"cryptoAgentSettings": { |
||||
"identityServerUri": "http://localhost:33656/", |
||||
"logFilePath": null |
||||
"identityServerUri": "http://localhost:33656/" |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue