My local windows webserver (IIS) doesn\'t log php errors to log file.The php53_errors.log file is always empty. http://prntscr.com/2aels How to fix it? I think something go
In the IIS server manager tool, there is option call error page. Please disable to use the IE error page to show you the error.
Besides please go to the C:\inetpub\wwwroot\web.config this file controls how to display and log the error as well. It should have one line like this.
C:\inetpub\wwwroot\web.config