Do the following to locate the log files:
- Open
<install path>\Micro Focus\Enterprise Sync\local.properties.
- Find the
USER_DIRECTORY= entry. It will be something similar to:
c:/users/<winuser>/AppData/Local/Micro Focus/Enterprise Sync
- Open that directory and you will find a
logs directory.
Changing the Logs to Debug Level
If you require more detailed log file information, change the logging level to DEBUG:
- Find and open for editing the
log4j.xml file in the
C:\Program Files\Micro Focus\Enterprise Sync directory.
- Locate the
<logger ... elements. There are many. They each contain a
<level> element. One full entry will look similar to:
<logger name="stderr" additivity="false">
<level value="INFO"/>
<appender-ref ref="DEFAULT"/>
<appender-ref ref="ERROR"/>
</logger>
- Change the
value="INFO" to
value="DEBUG".
- Save and close the file.
- Re-start the
EnterpriseSyncConnect service.
Note: In addition, there is a rest server log available in
<install path>\Micro Focus\Enterprise Sync\WebServer\webapps\connectRest\logs, which might be required if issues are related to the Enterprise Sync Web Service interface.