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 Next »

Synopsis

supervisor_log_flags = mask
Mask specifies which events the administrator wants to track in the job's history file. The field is described by a integer with the individual bits to signify which components to log.

Values

  • job = 1
  • subjob = 2
  • work = 4


Example

supervisor_log_flags = 3supervisor_log_flags = "job,subjob"

Defaults

7"job,subjob,work"

  • No labels