Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing setContext when using logger: false
HealthIndicator assumes it gets a ConsoleLogger, but TERMINUS_LOGGER is only guaranteed to be an instance of LoggerService which doesn't have a setContext method. This breaks when using logger: false.
- Loading branch information