Additional library-related log filters needed
the current log output's way too huge, getting filled with Library-related info, so reading
I added to
the following config
then, deleted existing LOGS and restarted Serviio.
Better, but my logs are still getting filled with irrelevant Library-related info, e.g.,
- Code:
...
2013-08-24 15:56:46,086 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item /mnt/Video/TV/tvshow/Season2/tvshow - 2x10 - ep name.mkv
2013-08-24 15:56:46,086 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /mnt/Video/TV/tvshow/Season2/tvshow - 2x10 - ep name.mkv, ignore case: false
2013-08-24 15:56:46,086 DEBUG [MediaItemDAOImpl] Media item /mnt/Video/TV/tvshow/Season2/tvshow - 2x10 - ep name.mkv already exists in DB
2013-08-24 15:56:46,083 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 222) and extractor XBMC
2013-08-24 15:56:46,087 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 222) and extractor COVER_IMAGE_IN_FOLDER
2013-08-24 15:56:46,089 DEBUG [MediaItemDAOImpl] Getting file of media item 223
...
What additional filter can I add to quiet those ^^^ down?