ref(logging) Rename logger ids to facilitate proper filtering of logs.

This commit is contained in:
Jaya Allamsetty
2025-09-09 19:12:01 -04:00
committed by Jaya Allamsetty
parent f780207c22
commit 8f0b9575c4
88 changed files with 88 additions and 93 deletions

View File

@@ -138,7 +138,7 @@ import {
ENDPOINT_TEXT_MESSAGE_NAME
} from './constants';
const logger = Logger.getLogger(__filename);
const logger = Logger.getLogger('api:core');
/**
* List of the available commands.