Use Python to process Nginx's access.log log file. After getting the IP, use the API of www.ipip.net to locate it. I found that the results were very different from what I expected. Some access locations that I could determine did not appear. May I ask which link caused the problem?
nginx’s access.log adopts the default format
为情所困2017-05-16 17:20:31
access.log was split into multiple files and I didn't realize it. Checking other files found that the data was normal. Just a reminder to everyone