pingzh commented on a change in pull request #7141: [AIRFLOW-6544] add log_id
to end_of_log mark log record
URL: https://github.com/apache/airflow/pull/7141#discussion_r368753289
##########
File path: tests/utils/log/test_es_task_handler.py
##########
@@ -262,21 +277,55 @@ def
test_set_context_w_json_format_and_write_stdout(self):
self.es_task_handler.json_format = True
self.es_task_handler.set_context(self.ti)
- def test_close(self):
- formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s
- %(message)s')
Review comment:
sorry, i did not get it, `non-json format does not really work in the
context of elastic search`. We don't use json format and it works fine in our
production.
could you setup be related to this?
https://github.com/apache/airflow/pull/7199
----------------------------------------------------------------
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]
With regards,
Apache Git Services