Skip to content

Commit

Permalink
Merge pull request #147 from ytreister/worker_debug_logging
Browse files Browse the repository at this point in the history
Added worker plugin name in debug logging for completed scan
  • Loading branch information
mlaferrera committed Apr 9, 2020
2 parents bc51d67 + 9eb9498 commit 674408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stoq/core.py
Expand Up @@ -943,7 +943,7 @@ async def _apply_worker(
]

self.log.debug(
f'Completed scan of {payload.results.payload_id} with '
f'Completed scan of {payload.results.payload_id} with WorkerPlugin {plugin.plugin_name} '
f'{len(worker_response.results) if worker_response.results else 0} result keys, ' # type: ignore
f'{len(additional_dispatches)} additional dispatches, and '
f'{len(extracted_payloads)} extracted payloads'
Expand Down

0 comments on commit 674408f

Please sign in to comment.