clean up logging

This commit is contained in:
defnotken
2025-11-20 09:33:18 -06:00
parent 5ed802e37c
commit 86fd24f756

View File

@@ -60,7 +60,7 @@ public class GeoIPService : IHostedService
continent = "NA-E"; continent = "NA-E";
} }
_logger.LogInformation("Connecting {countryIso} to {continent}", countryIso, continent); _logger.LogDebug("Connecting {countryIso} to {continent}", countryIso, continent);
} }
return continent ?? "*"; return continent ?? "*";