Skip to content

Commit

Permalink
add sentry to traptor supervisord config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhaas committed Apr 28, 2016
1 parent c25e87a commit 8f956d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/traptor/templates/traptor-supervisord.conf.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:{{ traptor_name }}]
command={{ traptor_miniconda_env }}/bin/python {{ traptor_install_dir }}/default/traptor.py --info --delay=5
command={{ traptor_miniconda_env }}/bin/python {{ traptor_install_dir }}/default/traptor.py --info --delay=5 --sentry
directory={{ traptor_install_dir }}/default
process_name=%(program_name)s
numprocs={{ traptor_num_procs }}
Expand Down

0 comments on commit 8f956d4

Please sign in to comment.