sreev edited a comment on issue #11366:
URL: https://github.com/apache/airflow/issues/11366#issuecomment-713244902
the logs seems piped into themselves.
here is a sample logs lines from running `% airflow scheduler` in my local
on mac.
```
[2020-10-20 18:47:29,294] {logging_mixin.logging_mixin.py:112} INFO -
[2020-10-20 18:47:29,294] {dag.dag.py:496} INFO - job_run_ids:
["b0678e61-5174-4538-bf60-0960a10e94cf"]
[2020-10-20 18:47:29,294] {logging_mixin.logging_mixin.py:112} INFO -
[2020-10-20 18:47:29,294] {dag.dag.py:155} INFO - marquez_run_id:
b0678e61-5174-4538-bf60-0960a10e94cf
```
steps to reproduce, so you can see the log above.
follow the steps from the airflow quick start. add the below step.
- edit airflow.cfg
- log_format = [%%(asctime)s] {%%(module)s.%%(filename)s:%%(lineno)d}
%%(levelname)s - %%(message)s
watch the logs in the terminal that started `airflow scheduler`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]