👀 New:
- ✏️ RR
workers pool
,worker
,worker_watcher
now has their own log levels.stderr/stdout
logged as before at theinfo
log level. All other messages moved to thedebug
log level except a few events from theworker_watcher
when RR can't allocate the newworker
which is moved to thewarn
.
- ✏️ Use the common logger for the whole roadrunner-sdk and roadrunner-plugins.
🩹 Fixes:
- 🐛 Fix: RR may have missed the message from the
stderr
when the PHP script failed to start immediately after RR starts.