clean up logging
This commit is contained in:
@@ -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 ?? "*";
|
||||
|
||||
Reference in New Issue
Block a user