1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Enable log_requests for integration tests

These tests depend on log_requests being enabled, but this was turned
off by default in 03ed48ca90
This commit is contained in:
Hans de Graaff 2016-08-20 09:04:41 +02:00
parent 25741358fd
commit 9bc7514ef4
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
log_requests
stdout_redirect "t1-stdout"
pidfile "t1-pid"

View file

@ -1,3 +1,4 @@
log_requests
stdout_redirect "t2-stdout"
pidfile "t2-pid"
bind "tcp://0.0.0.0:10103"