mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add log message for processing custom fields
This commit is contained in:
parent
fcd034da00
commit
27c5061d17
1 changed files with 3 additions and 0 deletions
|
@ -1466,6 +1466,9 @@ class Export(object):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _process_custom_fields(self):
|
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(','):
|
for field in self.custom_fields.split(','):
|
||||||
field = field.strip()
|
field = field.strip()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue