Synopsis
supervisor_manifest_flags =
mask
Mask specifies which events the administrator wants to track in the manifestlog. The field is described by a integer with the individual bits to signify which components to log. This log is located by default here:
- Linux & OS X:
/var/spool/qube/manifestlog
- Windows XP/2003:
C:\Program Files\pfx\qube\logs\manifestlog
- Windows Vista/2008/7:
C:\ProgramData\pfx\qube\logs\manifestlog
Values
- job = 1
- subjob = 2
- work= 4
...
Examples
supervisor_manifest_flags = 3supervisor3
supervisor_manifest_flags = "job,subjob"
Defaults
7supervisor_manifest_flags="job,subjob,work"