💡(summary) improve metadata manager error messages with explicit source

Enhance error logging in metadata manager to explicitly identify
the metadata manager as error source.
This commit is contained in:
lebaudantoine
2025-10-01 15:28:15 +02:00
committed by aleb_the_flash
parent a58d3416e0
commit c83d3b99fc

View File

@@ -120,7 +120,7 @@ class MetadataManager:
_required_args_count = 8
if len(task_args) != _required_args_count:
logger.error("Invalid number of arguments.")
logger.error("Invalid number of arguments to enable metadata manager.")
return
filename, email, _, received_at, *_ = task_args