From 20bdce7137b7d53862cfe6143d02632cde393b01 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Wed, 28 Feb 2018 07:11:13 +0000 Subject: [PATCH] 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 --- charts/shipyard/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index a52c2067..cbd409d8 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -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: