I am not able to fetch the worker pod logs on airflow UI. The error I am getting on airflow is:
`
*** Falling back to local log
*** Trying to get logs (last 100 lines) from worker pod aggregationtestcheckingcache-33ea24f45f1344d7a628e21a53b4f6d0 ***
*** Unable to fetch logs from worker pod aggregationtestcheckingcache-33ea24f45f1344d7a628e21a53b4f6d0 ***
(404)
Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Audit-Id': 'b3c492f1-56e5-4fbe-a5b9-ab6c7e01f722', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Date': 'Tue, 22 Nov 2022 20:15:04 GMT', 'Content-Length': '290'})
HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods \\"aggregationtestcheckingcache-33ea24f45f1344d7a628e21a53b4f6d0\\" not found","reason":"NotFound","details":{"name":"aggregationtestcheckingcache-33ea24f45f1344d7a628e21a53b4f6d0","kind":"pods"},"code":404}\n'
`
As soon as a particular dag runs, the logs are visible on the airflow but when it gets success, the logs disapper and the error message is cannot fetch worker log pods. Error:404 Reason:Not found.
But, when the dag is running, I am able to see the pods and the logs on was console.