Worker Logs
The Worker outputs log information to a file called workerlog. By default, the file is located in:
| OS | Path |
|---|---|
| Linux / macOS | /var/log/workerlog |
| Windows | C:\ProgramData\pfx\qube\logs\workerlog |
Linux Note
Under Linux, the logs are periodically rolled over by an installed crontab script.
Setting the location of the Worker log file
-
Modify the following setting in the Worker qb.conf or qbwrk.conf file on the Supervisor:
worker_logfile = logfile_path
where logfile is the path to the worker log file. -
If the Worker qb.conf was modified, restart the Worker to establish the changes to the settings
-
If the qbwrk.conf was modified, force a Worker reconfiguration:
% qbadmin worker --reconfigure