Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
This is filling up my logs for no real reason.
I know ive created a task as its done in a skill or whatever
  • Loading branch information
8ball030 authored Jan 5, 2025
1 parent 436e63e commit 4bcbb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aea/skills/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def enqueue_task(

self._results_by_task_id[task_id] = async_result
if self._logger: # pragma: nocover
self._logger.info(f"Task <{func}{args}> set. Task id is {task_id}")
self._logger.debug(f"Task <{func}{args}> set. Task id is {task_id}")
return task_id

def get_task_result(self, task_id: int) -> AsyncResult:
Expand Down

0 comments on commit 4bcbb33

Please sign in to comment.