mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Actually enable node request logging in swarm mode
This commit is contained in:
@@ -435,7 +435,10 @@ namespace Tgstation.Server.Host.Core
|
||||
});
|
||||
|
||||
// setup the HTTP request pipeline
|
||||
// Final point where we wrap exceptions in a 500 (ErrorMessage) response
|
||||
// Add additional logging context to the request
|
||||
applicationBuilder.UseAdditionalRequestLoggingContext(swarmConfiguration);
|
||||
|
||||
// Wrap exceptions in a 500 (ErrorMessage) response
|
||||
applicationBuilder.UseServerErrorHandling();
|
||||
|
||||
// Add the X-Powered-By response header
|
||||
|
||||
Reference in New Issue
Block a user