We are creating an spring-boot application and using Log4j2
for logging.
Using log4j.xml
for logging configs. After deploying the WAR on wildfly
from admin console, its working fine.
Now we would like to change the log levels from admin console or in anyway without changing the log4j.xml
or without redeploying the WAR.
I referred many articles but no use.