Browse Source

bump log level on important message

pull/2753/head
Jason Dove 7 months ago
parent
commit
b218cdf5b6
No known key found for this signature in database
  1. 2
      ErsatzTV.Infrastructure/Data/Repositories/MediaItemRepository.cs

2
ErsatzTV.Infrastructure/Data/Repositories/MediaItemRepository.cs

@ -210,7 +210,7 @@ public class MediaItemRepository( @@ -210,7 +210,7 @@ public class MediaItemRepository(
};
string libraryName = mediaItem.LibraryPath.Library.Name;
logger.LogDebug(
logger.LogWarning(
"Unable to add media item to {IncomingLibraryType} '{IncomingLibraryName}'; {LibraryType} '{LibraryName}' already contains path {Path}",
incomingLibraryType,
incomingLibrary.Name,

Loading…
Cancel
Save