I have an IIS server that I'm working on. There's a file at C:\Windows\Temp\php-errors.log that I'm using to debug some 500 errors. After abusing the usage a bit (wrote out a bunch of debug output to the file) the file is absurdly long. When I use PowerShell and Get-Content C:\Windows\Temp\php-error.log -Wait
it takes a good fifteen minutes to scroll down to the bottom and start tailing the file.
Is there a way to speed this up or flush / erase the file?