Skip to content

Commit

Permalink
Make uWSGI write to different heartbeat logs...
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 23, 2017
1 parent cd1d65b commit 59ee271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/main/group_vars/galaxyservers/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ base_app_main: &BASE_APP_MAIN
# For handler heartbeats
use_heartbeat: "True"
heartbeat_interval: "60"
heartbeat_log: "{{ galaxy_log_dir }}/heartbeat_{server_name}.log"
heartbeat_log: "{{ galaxy_log_dir }}/heartbeat_{server_name}_{pid}.log"

# stats
statsd_host: "galaxy06.tacc.utexas.edu"
Expand Down

0 comments on commit 59ee271

Please sign in to comment.