Can someone help me to set Configuration status from properties file.
Here i have tried as below in log4j2.xml and its writing in server log as ERROR Invalid status level specified
Configuration status="${bundle:Logger-application:status.level}"....
and i have a Logger-application.properties with the field status.level=debug
Thanks in advance...