Resolve #3408560 "Use logger"
All threads resolved!
All threads resolved!
Compare changes
Files
3@@ -6,9 +6,14 @@ namespace Drupal\package_manager\PathExcluder;
@@ -6,9 +6,14 @@ namespace Drupal\package_manager\PathExcluder;
@@ -36,7 +41,10 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
@@ -36,7 +41,10 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
@@ -52,7 +60,9 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
@@ -52,7 +60,9 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
@@ -60,26 +70,28 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
@@ -60,26 +70,28 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
@@ -115,18 +127,45 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
@@ -115,18 +127,45 @@ final class UnknownPathExcluder implements EventSubscriberInterface {
$message = $this->t("The following paths in @project_root aren't recognized as part of your Drupal site, so to be safe, Package Manager is excluding them from all stage operations. If these files are not needed for Composer to work properly in your site, no action is needed. Otherwise, you can disable this behavior by setting the <code>package_manager.settings:include_unknown_files_in_project_root</code> config setting to <code>TRUE</code>.\n\n@list", [