CLI-1429: Allow production environments for log:tail and drush commands #2559
Annotations
1 error and 1 warning
|
src/Command/App/LogTailCommand.php#L57
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
}
protected function execute(InputInterface $input, OutputInterface $output) : int
{
- $environment = $this->determineEnvironment($input, $output, true);
+ $environment = $this->determineEnvironment($input, $output, false);
$acquiaCloudClient = $this->cloudApiClientService->getClient();
$logs = $this->promptChooseLogs();
$logTypes = array_map(static function (mixed $log) {
|
The logs for this run have expired and are no longer available.
Loading