I wanted to configure location of log4j.xml file in my spring boot application. For that I have added logging.config property to my application.properties configuration, indicating log4j.xml file path. But seems this property is ignored. But it should work accorindg to spring boot docs:
logging.config= # location of config file (default classpath:logback.xml for logback)
Have I did something wrong?