Skip to content
Snippets Groups Projects
Commit fc45fa7c authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #9607: logging

parent 25525346
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ class RARPC(RPCWrapper):
extended=extended,
include_properties=include_properties)
logger.info("found %s claims for claim_ids=%s, lower_bound=%s, upper_bound=%s, task_ids=%s, status=%s, resource_type=%s" %
(len(claims), claim_ids, lower_bound, upper_bound, task_ids, status, resource_type))
logger.debug("found %s claims for claim_ids=%s, lower_bound=%s, upper_bound=%s, task_ids=%s, status=%s, resource_type=%s",
len(claims), claim_ids, lower_bound, upper_bound, task_ids, status, resource_type)
for claim in claims:
claim['starttime'] = claim['starttime'].datetime()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment