Why wouldn't you just grep the regular log file?
Original Message From: [email protected] Sent: April 19, 2018 5:53 AM To: [email protected] Reply-to: [email protected] Subject: Nginx Log File from Specific PathName in link Hello everyone , Im new here , first post today , been using Nginx for a few years now. People are POST ing links like this to our server : POST https://domain.com/name/test/sub/aaa-bbb-ccc I want to log in a different file all the links that are having the word : name in a file called name.log Eg : From the bellow exemples i should have in the log file name.log only the first and the last of the links. POST https://domain.com/name/test/sub/aaa-bbb-ccc POST https://domain.com/name3/test/sub/aaa-bbb-ddd POST https://domain.com/name2/test/sub/aaa-bbb-zzz POST https://domain.com/name/test/sub/aaa-bbb-aaa Thanks Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279535,279535#msg-279535 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
