WSO2 App Manager and WSO2 EMM are two free and opensource product offerings from WSO2. By intergrating App-Manager with, EMM(Enterprise Mobility Manager) or MDM you add device management capabilities to App-Manager, e.g. Installing Mobile apps etc. So when debugging App-Manager you might sometmes need to eanble DEBUG logs, Following is how to achieve this.
1. Open <AM HOME>repository/conf/log4j.properties
2. Add the following two entries to the file.
log4j.logger.org.wso2.carbon.appmgt.mobile=DEBUG log4j.logger.org.wso2.carbon.appmgt.mdm.wso2mdm=DEBUG log4j.logger.org.wso2.carbon.appmgt.mdm.wso2emm=DEBUG
3. Now Restart the server.
When you perform an action the logs will be logged.