Makes an annoying log trace

This commit is contained in:
Jordan Brown
2021-01-25 19:36:55 -05:00
parent 47806398e7
commit bc7b6b3750
@@ -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);
}
}