Less logging

This commit is contained in:
croneter 2018-11-05 13:00:26 +01:00
parent b7a6a58da3
commit b781a764ef

View file

@ -1037,8 +1037,8 @@ class API(object):
LOG.info('Plex did not provide ID for IMDB or TVDB. Start '
'lookup process')
else:
LOG.info('Start movie set/collection lookup on themoviedb with %s',
item.get('title', ''))
LOG.debug('Start movie set/collection lookup on themoviedb with %s',
item.get('title', ''))
api_key = utils.settings('themoviedbAPIKey')
if media_type == v.PLEX_TYPE_SHOW: