Commit f9204db2 authored by Yasen Ivanov's avatar Yasen Ivanov Committed by Jakob P
Browse files

Issue #3307529 by yivanov: Deleted and replaced configuration purge.logger_channels

parent 252ff26e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -99,7 +99,8 @@ class LoggerService extends ServiceProviderBase implements LoggerServiceInterfac
   * {@inheritdoc}
   */
  public function destruct() {
    if ($this->write) {
    // Do not change data while config import in progress.
    if ($this->write && !\Drupal::isConfigSyncing()) {
      $this->configFactory
        ->getEditable(self::CONFIG)
        ->set(self::CKEY, $this->config)