mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -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
|
||||
|
||||
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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue