update server to net 8
up conn semaphore add http logging to files update prometheus? downgrade again to net7? temp downgrade to net7 again? net8 for static file server attempt #2 loporrit: MareAPI .NET8 update
This commit is contained in:
@@ -205,6 +205,7 @@ public class Startup
|
||||
services.AddStackExchangeRedisExtensions<SystemTextJsonSerializer>(redisConfiguration);
|
||||
|
||||
services.AddHealthChecks();
|
||||
services.AddHttpLogging(e => e = new Microsoft.AspNetCore.HttpLogging.HttpLoggingOptions());
|
||||
}
|
||||
|
||||
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
|
||||
|
||||
Reference in New Issue
Block a user