1
0

labels plugin: don't log received data

this log line is 120 KB for one of my wallets (not even cherry-picking a large one)
This commit is contained in:
SomberNight
2023-08-10 14:31:15 +00:00
parent 8931420938
commit a187210f90

View File

@@ -137,7 +137,7 @@ class LabelsPlugin(BasePlugin):
if response["labels"] is None or len(response["labels"]) == 0:
self.logger.info('no new labels')
return
self.logger.debug(f"labels received {response!r}")
#self.logger.debug(f"labels received {response!r}")
self.logger.info(f'received {len(response["labels"])} labels')
result = {}
for label in response["labels"]: