in path-manager/app/AppLoader.scala [5:14]
def load(context: Context) = {
//TODO do we still need this?
LoggerConfigurator(context.environment.classLoader).foreach {
_.configure(context.environment, context.initialConfiguration, Map.empty)
}
new AppComponents(context).application
}