mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-09-03 13:38:20 +00:00
ref(logging) Rename logger ids to facilitate proper filtering of logs.
This commit is contained in:
committed by
Jaya Allamsetty
parent
f780207c22
commit
8f0b9575c4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user