diff --git a/lib/Service/RecoveryEmailService.php b/lib/Service/RecoveryEmailService.php index f9fe0cafe1d59d1025fa12078f8a3313da7bd789..0fe18447e926ecdf79a2c14559dfea77d0ab4826 100644 --- a/lib/Service/RecoveryEmailService.php +++ b/lib/Service/RecoveryEmailService.php @@ -206,7 +206,7 @@ class RecoveryEmailService { $token = $this->createToken($user, $recoveryEmailAddress); $link = $this->urlGenerator->linkToRouteAbsolute($this->appName .'.email_recovery.verify_recovery_email', ['token' => $token,'userId' => $user->getUID()]); - $this->logger->error('EMAIL URL LINK: ' . $link); + $this->logger->debug('RECOVERY EMAIL VERIFICATION URL LINK: ' . $link); $displayName = $user->getDisplayName(); $emailTemplate = $this->mailer->createEMailTemplate('recovery-email.confirmation', [