Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
c044c6c5
Commit
c044c6c5
authored
May 25, 2021
by
Vineeth Guna [Microsoft]
Committed by
Kishore Battula
May 25, 2021
Browse files
Fix airflow config for log
parent
572ec322
Changes
1
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config.yaml
View file @
c044c6c5
...
...
@@ -176,7 +176,7 @@ airflow:
AIRFLOW__CORE__REMOTE_LOG_CONN_ID
:
"
az_log"
AIRFLOW__CORE__REMOTE_BASE_LOG_FOLDER
:
"
wasb-airflowlog"
AIRFLOW__CORE__LOGGING_CONFIG_CLASS
:
"
log_config.DEFAULT_LOGGING_CONFIG"
AIRFLOW__CORE__LOG_FILENAME_TEMPLATE
:
"
{{
run_id
}}/{{
ti.dag_id
}}/{{
ti.task_id
}}/{{
ts
}}/{%
if
'correlation_id'
in
dag_run.conf
%}{{
dag_run.conf['correlation_id']
}}{%
else
%}None{%
endif
%}/{{
try_number
}}.log"
AIRFLOW__CORE__LOG_FILENAME_TEMPLATE
:
"
{{
run_id
}}/{{
ti.dag_id
}}/{{
ti.task_id
}}/{{
ts
}}/{%
if
dag_run.conf
is
not
none
and
'correlation_id'
in
dag_run.conf
%}{{
dag_run.conf['correlation_id']
}}{%
else
%}None{%
endif
%}/{{
try_number
}}.log"
AIRFLOW__CELERY__SSL_ACTIVE
:
"
True"
AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX
:
"
True"
AIRFLOW__CORE__PLUGINS_FOLDER
:
"
/opt/airflow/plugins"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment