mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 07:59:47 +00:00
Change log level from warning to debug for missing keys
This commit is contained in:
parent
9039a3905a
commit
573abd4de4
@ -23,7 +23,7 @@ public static class ILangExtensions
|
|||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGGER.LogWarning($"Missing translation key '{key}' for content '{fallbackEN}'.");
|
LOGGER.LogDebug($"Missing translation key '{key}' for content '{fallbackEN}'.");
|
||||||
return fallbackEN;
|
return fallbackEN;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user