use debug, not info

This commit is contained in:
0ko 2026-04-18 20:03:54 +05:00
parent 6491e33e50
commit d05b7ac26c

View file

@ -157,7 +157,7 @@ func (l *locale) LookupPluralByForm(trKey string, pluralForm PluralFormIndex, is
// Severify depends on the lang. A missing string in default lang will affect
// all translations, while community translations may just be incomplete
logFunc := log.Info
logFunc := log.Debug
if isDefaultLang {
logFunc = log.Error
}