Add a Unicorn timeout logger to track down periodic 502 errors
If a Web request takes more than 60 s to process, Unicorn will kill the process and respawn it. We should log these slow requests.
Relates to https://gitlab.com/gitlab-com/infrastructure/issues/685