package _____ //if f.Verbose { // rr.Observe(func(event int, ctx interface{}) { // switch event { // case roadrunner.EventPoolError: // logrus.Error(ctx) // case roadrunner.EventWorkerCreate: // logrus.Infof("%s - created", ctx) // case roadrunner.EventWorkerError: // logrus.Errorf("%s: %s", ctx.(roadrunner.WorkerError).Worker, ctx.(roadrunner.WorkerError).Error()) // case roadrunner.EventWorkerDestruct: // logrus.Warnf("%s - destructed", ctx) // case roadrunner.EventWorkerKill: // logrus.Warnf("%s - killed", ctx) // } // }) //}