Closed ericgj closed 12 years ago
Left some comments on the commit. Generally speaking I'd like to see the RequestLogger
and ResponseLogger
be ordinary class definitions which wrap a Logger
instance and implement a call
method. These can live in _lib/newman/requestlogger.rb and _lib/newman/responselogger.rb. Your change to make the system run multiple apps again looks fine to me.
Thanks, great suggestions! I must admit to being a bit brain-dead last night. I re-did it here, mostly along the lines you suggested above, except:
Hi Eric. You don't need to link to a commit as long as you reference the pull request number in the commit, it will add it to this pull request.
I left some comments on that commit though. I think that you've given me some solid ideas on how to solve this problem, and that it'd be best for me just to wrap up this patch in the interest of time.
Thanks. -greg
I've pushed some commits which I think will work for now. Thanks for your help on this Eric.
see issue #16