http service: fix servlet not starting

This commit is contained in:
Adam
2019-01-12 12:25:33 -05:00
parent 47fc4ad60a
commit 1beeadf87a

View File

@@ -150,6 +150,7 @@ public class SpringBootWebApplication extends SpringBootServletInitializer
@Override
public void onStartup(ServletContext servletContext) throws ServletException
{
super.onStartup(servletContext);
ILoggerFactory loggerFactory = StaticLoggerBinder.getSingleton().getLoggerFactory();
if (loggerFactory instanceof LoggerContext)
{