https://github.com/genome/genome
Revision c91b0923459dfa0a6aceeac8468c0fe10adf63ce authored by Nathaniel Nutter on 19 June 2014, 22:37:57 UTC, committed by Nathaniel Nutter on 19 June 2014, 22:44:05 UTC
This adds to Plack::Middleware to our web app:

- GenomeAccessLog is a copy of AccessLog with the PID added.  This will
  allow us to connect a response to a worker PID.
- GenomePreAccessLog is a fork of AccessLog to log requests before
  running the PSGI app.  This will allow us to know what a worker is
  doing before the request completes.
1 parent 9a46a8f
History
Tip revision: c91b0923459dfa0a6aceeac8468c0fe10adf63ce authored by Nathaniel Nutter on 19 June 2014, 22:37:57 UTC
add custom logging middleware
Tip revision: c91b092

README

back to top