Add log message for processing custom fields

This commit is contained in:
JonnyWong16 2020-09-27 13:30:10 -07:00
commit 27c5061d17
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -1466,6 +1466,9 @@ class Export(object):
return True
def _process_custom_fields(self):
if self.custom_fields:
logger.debug("Tautulli Exporter :: Processing custom fields: %s", self.custom_fields)
for field in self.custom_fields.split(','):
field = field.strip()