I am using weblogic 10.5 and my application has 4 managed servers, having the below mentioned configuration in weblogic startup script to enable log4j.
JAVA_PROPERTIES="${JAVA_PROPERTIES} -Dlog4j.configuration=file:${LOG4J_CONFIG_FILE}"
I have given the log4j.properties path to LOG4J_CONFIG_FILE.
I brought down the server, tried updating the log4j mode from ERROR to DEBUG in the loj.properties and bounced the server.
When the server restarts the loj.properties file is updated with ERROR mode.
Kindly advice