Changing more loggings levels.

refs #135
This commit is contained in:
softsimon
2020-10-13 16:43:09 +07:00
parent 4a14085908
commit 3d374fd9d9
8 changed files with 18 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ class Routes {
this.cache['3m'] = await statistics.$list3M();
this.cache['6m'] = await statistics.$list6M();
this.cache['1y'] = await statistics.$list1Y();
logger.info('Statistics cache created');
logger.debug('Statistics cache created');
}
public async get2HStatistics(req: Request, res: Response) {