|
@@ -91,7 +91,7 @@ internal static class StartupExtensions
|
|
|
|
|
|
internal static WebApplication ConfigurePipelines(this WebApplication app)
|
|
|
{
|
|
|
- //app.UseSerilogRequestLogging();
|
|
|
+ app.UseSerilogRequestLogging();
|
|
|
|
|
|
var swaggerEnable = app.Configuration.GetSection("Swagger").Get<bool>();
|
|
|
// Configure the HTTP request pipeline.
|