diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/core/lib/Drupal/Core/DrupalKernel.php index d6c6f45..9901765 100644 --- a/core/lib/Drupal/Core/DrupalKernel.php +++ b/core/lib/Drupal/Core/DrupalKernel.php @@ -866,7 +866,7 @@ protected function initializeContainer() { // If needs dumping flag was set, dump the container. if ($this->containerNeedsDumping && !$this->cacheDrupalContainer($container_definition)) { - $this->container->get('logger.factory')->get('DrupalKernel')->notice('Container cannot be saved to cache.'); + $this->container->get('logger.factory')->get('DrupalKernel')->error('Container cannot be saved to cache.'); } return $this->container;