gulp-connect-php icon indicating copy to clipboard operation
gulp-connect-php copied to clipboard

Limiting logs to errors only

Open boycce opened this issue 5 years ago • 1 comments

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

boycce avatar Jan 10 '19 09:01 boycce

I don't have an answer to this off the top... i'm willing to do some digging though... But i need to know:

  1. Are these PHP errors (like Syntax parsing) or more like Runtime Errors (think Null Object method calls, etc)?...
  2. Is it affected at all by the PHP-level Error/Warning settings?
  3. Do you have a pared down PHP script and gulp config i can run to test/code against?

grmartin avatar Mar 16 '19 02:03 grmartin