gulp-connect-php
gulp-connect-php copied to clipboard
Limiting logs to errors only
Setting option.stdio
to [ 'ignore', 'ignore', process.stderr ]
still seems to log all errors. Is there any way to limit logging to errors only? Thanks
I don't have an answer to this off the top... i'm willing to do some digging though... But i need to know:
- Are these PHP errors (like Syntax parsing) or more like Runtime Errors (think Null Object method calls, etc)?...
- Is it affected at all by the PHP-level Error/Warning settings?
- Do you have a pared down PHP script and gulp config i can run to test/code against?