Skip to content

Add documentation for default logging configuration in Airflow#61203

Closed
sanchalitorpe-source wants to merge 1 commit intoapache:mainfrom
sanchalitorpe-source:add-logging-docs
Closed

Add documentation for default logging configuration in Airflow#61203
sanchalitorpe-source wants to merge 1 commit intoapache:mainfrom
sanchalitorpe-source:add-logging-docs

Conversation

@sanchalitorpe-source
Copy link
Copy Markdown

Add documentation for default logging configuration in Apache Airflow.

This PR documents the default loggers used by different Airflow components (root, airflow.task, airflow.processor, airflow.processor_manager, flask_appbuilder), their purposes, output locations, and how to customize logging.

It includes:

  • Default logger table for reference
  • Logging behavior for Webserver, Scheduler, and Worker
  • How to customize logging via airflow.cfg, Python logging config, or environment variables
  • Recommendations for debugging and production setups

closes #10593

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should have this change here. Please help remove this, thanks!

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review!
I’ve removed the DataTable change and force-pushed the branch.
This PR now contains only the logging documentation updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing docs for logging

2 participants