@@ -10,7 +10,6 @@ use Drupal\s3fs\Batch\S3fsRefreshCacheBatchInterface;
useDrupal\s3fs\S3fsServiceInterface;
useDrush\Commands\DrushCommands;
useDrush\Exceptions\UserAbortException;
useDrush\Log\LogLevel;
/**
* S3FS Drush commands handler.
...
...
@@ -134,7 +133,7 @@ class S3fsCommands extends DrushCommands {
break;
}
$this->logger()->log(LogLevel::OK,newTranslatableMarkup('You are going to copy @scheme scheme(s).',['@scheme'=>$scheme]));
$this->logger()->notice(newTranslatableMarkup('You are going to copy @scheme scheme(s).',['@scheme'=>$scheme]));
$this->logger()->warning(newTranslatableMarkup('You should have read "Copy local files to S3" section in README.txt.'));
$this->logger()->warning(newTranslatableMarkup('This command only is useful if you have or you are going to have enabled s3 for public/private in your setting.php'));
...
...
@@ -154,13 +153,13 @@ class S3fsCommands extends DrushCommands {