diff --git a/bouncer/src/Target.php b/bouncer/src/Target.php index 514f6e1..d8d2c4c 100644 --- a/bouncer/src/Target.php +++ b/bouncer/src/Target.php @@ -325,7 +325,7 @@ class Target public function updateLogger(): self { - $this->logger = $this->logger->withName($this->getName()); + $this->logger = $this->logger->withName($this->getLabel()); return $this; }