About the Worker Daemon Log File
The Worker Daemon produces a log file in the same folder as the WorkerDaemon.exe (<Adapters\x86e_win64\obj), which is important to refer to when debugging a Worker Daemon problem. When the Worker Daemon runs as a service, the name of the log file is WorkerDaemonSvc.log, and the when the Worker Daemon runs as a program, the name of the log file is WorkerDaemon.log. The log file shows when the Worker Daemon is running, the commands it receives, what port it is listening on, along with other event information.
* 
All Worker Daemon processes, irrespective of the port and service name, will write to the same log file.