mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 15:39: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;
|
||||
}
|
||||
|
||||
LOGGER.LogWarning($"Missing translation key '{key}' for content '{fallbackEN}'.");
|
||||
LOGGER.LogDebug($"Missing translation key '{key}' for content '{fallbackEN}'.");
|
||||
return fallbackEN;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user