diff --git a/LightlessSyncServer/LightlessSyncAuthService/Services/GeoIPService.cs b/LightlessSyncServer/LightlessSyncAuthService/Services/GeoIPService.cs index 9800862..15aa928 100644 --- a/LightlessSyncServer/LightlessSyncAuthService/Services/GeoIPService.cs +++ b/LightlessSyncServer/LightlessSyncAuthService/Services/GeoIPService.cs @@ -60,7 +60,7 @@ public class GeoIPService : IHostedService continent = "NA-E"; } - _logger.LogInformation("Connecting {countryIso} to {continent}", countryIso, continent); + _logger.LogDebug("Connecting {countryIso} to {continent}", countryIso, continent); } return continent ?? "*";