fixed up logger error to make it better to handle in code
This commit is contained in:
parent
db66687f48
commit
d0bb4db042
18 changed files with 51 additions and 45 deletions
2
libs/cache/src/providers/hybrid-cache.ts
vendored
2
libs/cache/src/providers/hybrid-cache.ts
vendored
|
|
@ -185,7 +185,7 @@ export class HybridCache implements CacheProvider {
|
|||
|
||||
return isHealthy;
|
||||
} catch (error) {
|
||||
this.logger.error('Hybrid cache health check failed', { error });
|
||||
this.logger.error('Hybrid cache health check failed', error);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue