Skip to content

Commit

Permalink
Print Request Response Record to debug, closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
sv2 committed Jun 24, 2017
1 parent 12134ba commit 1c4eb2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/swsProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var os = require('os');
var util = require('util');

var debug = require('debug')('sws:processor');
var debugrrr = require('debug')('sws:rrr');

var swsUtil = require('./swsUtil');
var pathToRegexp = require('path-to-regexp');
Expand Down Expand Up @@ -318,6 +319,8 @@ swsProcessor.prototype.processResponse = function (res) {
this.longestRequests.processReqResData(reqresdata);

// TODO Push Request/Response Data to Emitter(s)

debugrrr('%s', JSON.stringify(reqresdata));
};


Expand Down

0 comments on commit 1c4eb2a

Please sign in to comment.