Icon

This is the documentation for an older version of Qube. The latest version of the documentation can be found here: Qube

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

One can place all of the job logs (containing stdout,stderr,etc) directly in a central location. This requires modifying the configuration for both the Supervisor and the Workers.

  • On the Supervisor, open the Configuration GUI. Under Supervisor Settings->Path Settings, set the "Job Log Directory" to a network path.
    • Note: Use UNC paths and forward slashes (/) if on Windows.
    • Note: This can also be manually set directly in the Supervisor's qb.conf file by setting the supervisor_logpath parameter.
  • On each Worker, open the Configuration GUI. Under Worker Settings->Advanced Settings, set the "Job Log Directory" to a network path.
    • Note: Use UNC paths and forward slashes (/) if on Windows.
    • Note: This can also be manually set directly in the Worker's qb.conf file (or on the Supervisor's qbwrk.conf file) by setting the worker_logpath parameter.
  • No labels