profilesSingle file logging is useful to view the log details separately in a single file in the required location. This feature can be used in DBSync Cloud Replication by following a simple process mentioned below.

Solution:


log.dir=<dir for the log file>

log.filename=<name of the file>

log.append=<true or false> true is to add the logs to the existing file and false is to overwrite the existing file with new logs.