maxmind / geoipupdate-legacy

GeoIP update client code
GNU General Public License v2.0
258 stars 63 forks source link

city/country config errors output to stdout instead of stderr #72

Open barryking93 opened 6 years ago

barryking93 commented 6 years ago

If you ask for databases in the config file that you're not entitled to, the error goes to stdout instead of stderr, so if you've got the update script running in cron and outputting stdout to /dev/null, you don't know that there's a problem.

horgh commented 6 years ago

This is a great idea. However, I think we already do this. Do you have an example of the error that you saw?