healthchecks
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,6 @@ | ||
## Version 1.4.3 2015-03-27 | ||
FIXED debug logging check requests | ||
## Version 1.4.2 2015-03-27 | ||
@@ -2,0 +7,0 @@ |
@@ -243,4 +243,3 @@ // Exports an Express middleware factory. | ||
// Run all checks | ||
debug('Health checks: running against %s://%s:%s with request-ID %s', | ||
protocol, hostname, port, requestID); | ||
debug('Health checks: running against ' + protocol + '://' + hostname + ':' + port + ' with request-ID ' + requestID); | ||
runChecks(protocol, hostname, port, requestID) | ||
@@ -247,0 +246,0 @@ .then(function(outcomes) { |
{ | ||
"name": "healthchecks", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "test": "mocha" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32943
600