jomo 10 anni fa
parent
commit
6f94af7a4a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/response.js

+ 1 - 1
lib/response.js

@@ -29,7 +29,7 @@ module.exports = function(request, response, result) {
   });
 
   response.on("finish", function() {
-    logging.log(request.id, response.statusCode, "(" + (human_status[result.status] || "-") + ")");
+    logging.log(request.id, response.statusCode, headers["Response-Time"] + "ms", "(" + (human_status[result.status] || "-") + ")");
   });
 
   response.on("error", function(err) {