logger catagorizing libs
This commit is contained in:
parent
7a8e542ada
commit
4726a85cf3
12 changed files with 35 additions and 36 deletions
|
|
@ -188,7 +188,7 @@ export class QuestDBHealthMonitor {
|
|||
memoryUsage: process.memoryUsage().heapUsed,
|
||||
};
|
||||
|
||||
this.logger.info('Performance metrics reset');
|
||||
this.logger.debug('Performance metrics reset');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -229,6 +229,6 @@ export class QuestDBHealthMonitor {
|
|||
*/
|
||||
public destroy(): void {
|
||||
this.stopMonitoring();
|
||||
this.logger.info('Health monitor destroyed');
|
||||
this.logger.debug('Health monitor destroyed');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue