rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Server fails to startup if root logger level is DEBUG #4198

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

This is because the ServerLogProvider instantiates the ServerLogController which in turn goes to ExtensionLoader which does a logger.debug. But since the controller hasn't finished instantiating yet, the provider throws an NPE.

Imported Issue. Original Details: Jira Issue Key: MIRTH-4342 Reporter: narupley Created: 2018-11-09T10:14:42.000-0800