Added new relic monitoring

This commit is contained in:
Michael Mainguy 2023-08-14 16:07:03 -05:00
parent f554a09474
commit 0483bef488
2 changed files with 2033 additions and 2 deletions

2033
index.html

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@ export class App {
const config = AppConfig.config; const config = AppConfig.config;
const logger = log.getLogger('App'); const logger = log.getLogger('App');
log.enableAll(true); log.enableAll(true);
log.setDefaultLevel('debug'); log.setDefaultLevel('info');
//log.getLogger('App').setLevel('info'); //log.getLogger('App').setLevel('info');
//log.getLogger('IndexdbPersistenceManager').setLevel('info'); //log.getLogger('IndexdbPersistenceManager').setLevel('info');