You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WorkerBase: drop the redundant [EventLogger] FATAL: ... worker pN died: ... log line that handle_shutdown() emitted on every PHP fatal. PHP already writes its own PHP Fatal error: ... entry to the same log, with the same file/line/message — our duplicate just doubled the noise without adding signal. The [EventLogger] EXIT: branch is kept (PHP is silent about clean exit() / die(), so that line is the only signal those leave behind).