This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
]
|
||||
},
|
||||
"Logging": {
|
||||
"LogEnvironmentOnStartup": true,
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
@@ -65,8 +66,7 @@
|
||||
"Microsoft.AspNetCore.Routing": "Warning",
|
||||
"System.Net.Http.HttpClient": "Warning",
|
||||
"Api": "Information"
|
||||
},
|
||||
"LogEnvironmentOnStartup": true
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"KeyVault": {
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
|
||||
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
|
||||
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
|
||||
<PackageReference Include="Serilog.Sinks.Email" Version="4.2.1" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user