Changed ignored guid error level to INFO.

This commit is contained in:
abdulmohsen
2022-06-29 21:41:54 +03:00
parent 4cf491f660
commit d2164b0cac
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ class JellyfinGuid implements iGuid
if (true === isIgnoredId($this->context->backendName, $type, $key, $value, $id)) {
if (true === $log) {
$this->logger->notice(
$this->logger->info(
'Ignoring [%(backend)] external id [%(source)] for %(item.type) [%(item.title)] as requested.',
[
'backend' => $this->context->backendName,

View File

@@ -146,7 +146,7 @@ final class PlexGuid implements GuidInterface
if (true === isIgnoredId($this->context->backendName, $type, $key, $value, $id)) {
if (true === $log) {
$this->logger->notice(
$this->logger->info(
'Ignoring [%(backend)] external id [%(source)] for %(item.type) [%(item.title)] as requested.',
[
'backend' => $this->context->backendName,