Adapt log level when using system locale
This commit is contained in:
parent
6843643aad
commit
007acf8c6d
@ -118,7 +118,7 @@ public class Utils {
|
||||
return fallback;
|
||||
}
|
||||
|
||||
logger.debug("Using default locale: {} ({})", locale, localeString);
|
||||
logger.trace("Using default locale: {} ({})", locale, localeString);
|
||||
return locale;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user