Improve log category

This commit is contained in:
Jordan Brown
2020-06-08 10:50:49 -04:00
parent bc1ced9468
commit fce15e99b7
@@ -151,7 +151,7 @@ namespace Tgstation.Server.Host.Components
#pragma warning disable CA1502 // TODO: Decomplexify
async Task TimerLoop(uint minutes, CancellationToken cancellationToken)
{
logger.LogTrace("Entering auto-update loop");
logger.LogDebug("Entering auto-update loop");
while (true)
try
{