OutputInterface::VERBOSITY_NORMAL, // Default is "verbose" LogLevel::NOTICE => OutputInterface::VERBOSITY_NORMAL, // Default is "verbose" LogLevel::INFO => OutputInterface::VERBOSITY_VERBOSE, // Default is "very verbose" ]; parent::__construct($output, $roboVerbosityOverrides); } }