privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand(); $instance->setName('server:log'); $instance->setDescription('Start a log server that displays logs in real time'); return $instance; } }