Skip to content

Commit

Permalink
Fixing task logs API
Browse files Browse the repository at this point in the history
  • Loading branch information
Foorth committed Jun 6, 2023
1 parent 2bb62a0 commit 89d0909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/libs/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ def get_logs_by_taskid(jeditaskid):

panda_logs_index = settings.ES_INDEX_PANDA_LOGS

s = Search(using=connection, index=panda_logs_index)
s = Search(using=es_conn, index=panda_logs_index)

s = s.filter('term', **{'jediTaskID': jeditaskid})

Expand Down

0 comments on commit 89d0909

Please sign in to comment.