change log level at runtime

This commit is contained in:
Athou
2013-06-09 16:19:49 +02:00
parent 9da0f5e946
commit d212cf66c1
4 changed files with 40 additions and 0 deletions

View File

@@ -72,10 +72,12 @@ public class StartupBean {
@PostConstruct
private void init() {
startupTime = Calendar.getInstance().getTimeInMillis();
if (userDAO.getCount() == 0) {
initialData();
}
applicationSettingsService.applyLogLevel();
initSupportedLanguages();