mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:57:48 +00:00
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
7933d4b4d6
commit
d3680bbebd
@@ -251,7 +251,7 @@ function _setLogLevels(logger, config) {
|
||||
// First, set the default log level.
|
||||
logger.setLogLevel(config.defaultLogLevel);
|
||||
|
||||
// Second, set the log level of each logger explictly overriden by config.
|
||||
// Second, set the log level of each logger explicitly overridden by config.
|
||||
Object.keys(config).forEach(
|
||||
id =>
|
||||
id === 'defaultLogLevel' || logger.setLogLevelById(config[id], id));
|
||||
|
||||
Reference in New Issue
Block a user