steveahnahn opened a new pull request, #69517:
URL: https://github.com/apache/airflow/pull/69517
Every parse cycle currently logs 3-4 INFO lines per schedulable Dag while
resolving its latest run ("Getting latest run for ... Dag", "got latest run" /
"no latest run found"). For Dag-factory files that generate many Dags from a
single file, this emits hundreds of log lines per re-parse interval (default
30s), drowning operator-relevant INFO output and inflating log volume for no
diagnostic gain at that level.
This demotes those four statements to `debug`, where per-item resolution
detail belongs. No behavior change; no tests assert these lines.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes - Claude Code (Opus 4.8)
Generated-by: Claude Code (Opus 4.8) following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]