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
Replace error_log() calls with Yii::error() for better log management
and consistency. Keep error_log() in critical paths (logging system
itself, shutdown handlers) to avoid recursion and ensure messages are
captured when Yii is unavailable.
Changes:
- Use Yii::error() for connection pool errors
- Use Yii::error() for component cleanup errors
- Remove redundant debug error_log() in queue worker
- Add clear comments explaining remaining error_log() usage
0 commit comments