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