mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Makes an annoying log trace
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
return;
|
||||
}
|
||||
|
||||
logger.LogDebug("Starting swarm request processing...");
|
||||
logger.LogTrace("Starting swarm request processing...");
|
||||
await base.OnActionExecutionAsync(context, next).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user