Skip to content

Commit 1547540

Browse files
committed
Update logger context.
1 parent 09ea2d3 commit 1547540

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Plugin/QueueItem/NodeItem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function send() {
6161
}
6262

6363
if (!$entity) {
64-
\Drupal::logger('quant')->error(
64+
\Drupal::logger('quant_seed')->error(
6565
'Failed to load entity for node ID: @id, revision ID: @vid',
6666
[
6767
'@id' => $this->id,
@@ -76,7 +76,7 @@ public function send() {
7676
continue;
7777
}
7878

79-
\Drupal::logger('quant')->notice(
79+
\Drupal::logger('quant_seed')->notice(
8080
'Processing language @langcode for node @id',
8181
[
8282
'@langcode' => $langcode,

0 commit comments

Comments
 (0)