Disable source="airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager" in api-server task logs #51350
Unanswered
dineshmarimu2
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Do you mind creating an issue for it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find information about the airflow process emitting the log appended to my Airflow task logs on the UI since I migrated to Airflow 3.
source="airflow.providers.cncf.kubernetes.utils.pod_manager.PodManager"
source="airflow.task.operators.airflow.providers.cncf.kubernetes.operators.pod.KubernetesPodOperator"
Is there any way to suppress these logs. As a developer I only wish to see logs that I explicitly print to the console and additional information like this adds only to clutter my viewport.
Beta Was this translation helpful? Give feedback.
All reactions