Make a findthis.txt file containing words you want to search:
findthis.txt
POST payment
Run the following in a Powershell terminal:
Get-Content .\current.log | Select-String -Pattern (Get-Content .\findthis.txt) > results.txt