https://bugs.contribs.org/show_bug.cgi?id=10679
Jean-Philippe Pialasse <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
previous plugin was using this :
$self->log(LOGNOTICE, "GeoIP Country: $country");
$self->log(LOGINFO, "Country $country RemoteIP $remoteIP");
$self->log(LOGINFO, "Country $country Pattern $pattern Whitehost $whitelisthost
RemoteIP $remoteIP");
$self->log(LOGINFO, "Geoip whitelisthost found $whitelisthost");
new plugin is using:
$self->log(LOGINFO, "Information: City NA RemoteIP $ip");
$self->log(LOGINFO, "Information: City $city RemoteIP $ip");
$self->log(LOGINFO, "Country $country RemoteIP $ip");
loginfo needs loglevel 6
lognotice 5
see the country is now loginfo
could be an upstream change to
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/