Worker log

Hello,

I have set up workers on my local machine and a VM (Windows 11):

  • local: VIKTOR - generic (v5.9.0)
  • VM: VIKTOR - generic (v5.9.1)

Both programs folders contain equivalent config.yamls. When I run jobs locally, a new job folder is created with the app’s script.py and output.json, and the worker.logis appended. However neither occurs when the app runs through the VM . I tried to manually create the jobs and logs folders and worker.log, but that made no difference.

I’d really like to have those to help in case of debugging.

Is this caused by a difference between v5.9.0 and v5.9.1? Could it be due to inherent differences between a VM and a normal computer ?

Thank you,
Rémi

Hi Remi,

As discussed over a call, the workerDirectoryPath was not set. This works now!