Skip to content

Commit

Permalink
explicitly setting webserver logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmharlow committed Apr 8, 2019
1 parent 97d5f5e commit 656e985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ airflow_services_systemd:
Service:
Environment: "PATH={{ airflow_virtualenv ~ '/bin' }}"
EnvironmentFile: "{{ airflow_paths.files.environment.path }}"
ExecStart: "{{ airflow_virtualenv ~ '/bin' }}/airflow webserver"
ExecStart: "{{ airflow_virtualenv ~ '/bin' }}/airflow webserver -l {{ airflow_log_path }}/webserver-l.log -A {{ airflow_log_path }}/webserver-access.log -E {{ airflow_log_path }}/webserver-errors.log"
Group: "{{ airflow_user_group }}"
PrivateTmp: 'true'
Restart: 'on-failure'
Expand Down

0 comments on commit 656e985

Please sign in to comment.