[release] v0.14.0-unstable14

This commit is contained in:
Yann Stepienik
2024-02-04 13:39:47 +00:00
parent e4c7e19cc9
commit ebcd8fc0f6

View File

@@ -243,7 +243,7 @@ func BlockByCountryMiddleware(blockedCountries []string, CountryBlacklistIsWhite
return
}
} else {
Warn("Missing geolocation information to block IPs")
Debug("Missing geolocation information to block IPs")
}
} else {
for _, blockedCountry := range blockedCountries {
@@ -254,7 +254,7 @@ func BlockByCountryMiddleware(blockedCountries []string, CountryBlacklistIsWhite
}
}
} else {
Warn("Missing geolocation information to block IPs")
Debug("Missing geolocation information to block IPs")
}
next.ServeHTTP(w, r)