Skip to content

Commit

Permalink
Enable @dannon's slow query logging for Test and Main
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 23, 2017
1 parent 92080ed commit cd1d65b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions env/main/group_vars/galaxyservers/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ base_app_main: &BASE_APP_MAIN
statsd_port: "8125"
statsd_prefix: "main"

# start high, decrease when we've fixed things
slow_query_log_threshold: "15000"

# galaxy.ini contents
galaxy_config_hash:
"app:main":
Expand Down
2 changes: 2 additions & 0 deletions env/test/group_vars/galaxyservers/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ base_app_main: &BASE_APP_MAIN
statsd_port: "8125"
statsd_prefix: "test"

slow_query_log_threshold: "5000"

# galaxy.ini contents
galaxy_config_hash:
"app:main":
Expand Down

0 comments on commit cd1d65b

Please sign in to comment.