-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
There is a difference in standalone-sip.xml between JBoss AS7 and EAP that breaks the scripts that enable logging to rvd.log. In fact, the xml namespace "urn:jboss:domain:logging:1.5" in EAP is different from the the respective "urn:jboss:domain:logging:1.2" in AS7. config-rvd-logging.sh won't pick it up and update it accordingly.
We have to use a different approach there that does not rely on this namespace.
Meanwhile, a workaround to enable logging for Designer is to rename RC_HOME/standalone/deployments/restcomm-rvd.war/WEB-INF/classes/log4j-standalone.xml
to
RC_HOME/standalone/deployments/restcomm-rvd.war/WEB-INF/classes/log4j.xml
and restart server