MichaelJDrK opened a new issue #8972:
URL: https://github.com/apache/airflow/issues/8972
**Apache Airflow version**:
1.10.10
**What happened**:
Use airflow out of the box, create any DAG, run the DAG.
Log will contain nested log messages like this (one line):
[2020-05-22 17:07:20,614] {logging_mixin.py:112} INFO - [2020-05-22
17:07:20,613] {local_task_job.py:103} INFO - Task exited with return code 0
Not all log messages will be like this but SOME.
- using self.log.info('foobar') in a own operator will result in correct log
messages
- using for example b = BaseHook.get_connection('existing_connection')
will result in broken double log messages
**What you expected to happen**:
Log messages should be correct
**How to reproduce it**:
see above
----------------------------------------------------------------
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]