Changed ignored guid error level to INFO.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user