Note: This applies to DocuShare 6.6.1 Update 1 and 7.
By Default, the Mobile Client log file is located in \tomcat\logs\ds_mobile_connector.log.
1. From the DocuShare Server, open Windows Explorer and browse to the \tomcat\webapps\\WEB-INF\classes directory.
Where is replaced with the installation directory for Docushare. The default installation path is C:\Xerox\Docushare. Depending on your installation environment the path may vary.
Where is replaced with the root of your docushare site.
• If DocuShare is at the root directory (http://my.docushare.com)
Note: In the example above, the /docushare is not needed to access the DocuShare site. This is not the default value during install.
• If a different root directory is used (http://my.docushare.com/ds)
Note: In the example above, /ds is used instead of /docushare to access the site. This is not the default value during install.
2. Make a copy of the log4j.xml file.
Note: The log4j.xml file will only exist if DocuShare 6.6.1 Update 1 is installed.
3. Rename the copy log4j.xml.orig.
4. Open the log4j.xml file in a text editor.
5. Change the MaxFileSize value to 10000KB (10MB) and MaxBackupIndex value to 10.
Example:
value="10000KB"/>
value="10"/>
6. Change the priority value on all 3 categories to DEBUG from WARN and\or INFO.
Example:
Note: The location of the Mobile Client log file can also be changed by modifying the "File" location value.
Example:
7. Stop DocuShare.
8. Start DocuShare.
Note: Please remember to edit the log4j.xml file to remove the statements for DEBUG to return the logging back to INFO(Default). If you made a copy before editing, just rename the backup file to the original name.
Solution Updated: January 27, 2020
Solution ID: 1316
Keyword: mobile, logging, debug