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/Administrator/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:
- Open the
local.properties file.
- Locate the
# debug=HIGH entry.
- Uncomment the line by removing the
#
.
- Save and close the file.
- Find and open for editing the
log4j.xml file in the
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.