https://bugzilla.wikimedia.org/show_bug.cgi?id=73619

            Bug ID: 73619
           Summary: Debug: Log group 'error' for PHP errors should abide
                    wfSuppressWarnings
           Product: MediaWiki
           Version: 1.25-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: krinklem...@gmail.com
       Web browser: ---
   Mobile Platform: ---

set_error_handler works separate from error_reporting. So when
wfSuppressWarnings changes the error_reporting, MWExceptionHandler::handleError
still gets called all the same.

I'm not sure whether they should completely be suppressed or not in this area.
Perhaps have it be configurable, or add a flag of some kind (so that we can
e.g. hide them by default in logstash, but still have a query for trending
warnings that were originally suppressed)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to