@eik/core
Advanced tools
Comparing version 1.3.56 to 1.3.57
@@ -0,1 +1,8 @@ | ||
## [1.3.57](https://github.com/eik-lib/core/compare/v1.3.56...v1.3.57) (2024-08-09) | ||
### Bug Fixes | ||
* make healthcheck logging less verbose by default ([#433](https://github.com/eik-lib/core/issues/433)) ([73a3a39](https://github.com/eik-lib/core/commit/73a3a39b0262da0cd6fdd08043764a5a8331836b)) | ||
## [1.3.54](https://github.com/eik-lib/core/compare/v1.3.53...v1.3.54) (2024-08-08) | ||
@@ -2,0 +9,0 @@ |
@@ -77,3 +77,3 @@ import { Writable, pipeline } from "node:stream"; | ||
async check() { | ||
this._log.info( | ||
this._log.debug( | ||
`Sink health check started - testing with file ${this._name}`, | ||
@@ -124,3 +124,3 @@ ); | ||
} catch (error) { | ||
this._log.info("Sink health check ended successfully. Sink is healthy"); | ||
this._log.debug("Sink health check ended successfully. Sink is healthy"); | ||
} | ||
@@ -127,0 +127,0 @@ |
{ | ||
"name": "@eik/core", | ||
"version": "1.3.56", | ||
"version": "1.3.57", | ||
"description": "Core server package", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
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
145959