in app/configuration/AppLoader.scala [8:13]
override def load(context: Context): Application = {
LoggerConfigurator(context.environment.classLoader).foreach {
_.configure(context.environment)
}
new ApplicationComponents(context).application
}