Remove logging_config_class from values.yaml

We are seeing the following error [0] in the Airflow
Web GUI which prevents user from reading the workflow
logs from the GUI.

This is happening as the Airflow Web Pod is not able
to directly access the volume of the Airflow Worker
Pod.

This patch set will remove the parameters that are
causing this behavior and revert back to the default
system configuration which was shown to be working
properly in our local test environment.

[0] Error Message

Task log handler task does not support read logs.

Change-Id: I71cc9ebd5f6571b486af4d77dbd89f234e8dd3b3
This commit is contained in:
Anthony Lin 2018-02-28 07:11:13 +00:00
parent 6c6acbfc80
commit 20bdce7137
1 changed files with 0 additions and 2 deletions

View File

@ -388,7 +388,6 @@ conf:
remote_log_conn_id:
encrypt_s3_logs: "False"
logging_level: "INFO"
logging_config_class:
log_format: "[%%(asctime)s] {{%%(filename)s:%%(lineno)d}} %%(levelname)s - %%(message)s"
simple_log_format: "%%(asctime)s %%(levelname)s - %%(message)s"
default_timezone: "utc"
@ -412,7 +411,6 @@ conf:
security:
secure_mode: "True"
unit_test_mode: "False"
task_log_reader: "task"
enable_xcom_pickling: "False"
killed_task_cleanup_time: 60
cli: