We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ea2d3 commit 1547540Copy full SHA for 1547540
1 file changed
src/Plugin/QueueItem/NodeItem.php
@@ -61,7 +61,7 @@ public function send() {
61
}
62
63
if (!$entity) {
64
- \Drupal::logger('quant')->error(
+ \Drupal::logger('quant_seed')->error(
65
'Failed to load entity for node ID: @id, revision ID: @vid',
66
[
67
'@id' => $this->id,
@@ -76,7 +76,7 @@ public function send() {
76
continue;
77
78
79
- \Drupal::logger('quant')->notice(
+ \Drupal::logger('quant_seed')->notice(
80
'Processing language @langcode for node @id',
81
82
'@langcode' => $langcode,
0 commit comments