in play 2.4 logback configurations, where is ${application.home} defined?
问题 The link here shows you how to configure your custom logger. https://www.playframework.com/documentation/2.4.x/SettingsLogger I was just wondering where is the ${applicaation.home} defined, as it seems to not have been defined in my production environment. 回答1: As indicated by @user316607, Play should define application.home by itself in the Logger.configure method. If you are seeing the value application.home_IS_UNDEFINED instead, and you're using compile-time dependency injection, you'll