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

    Compare with Current View Page History

    « Previous Version 2 Next »

    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/7C:\ProgramData\pfx\qube\logs\manifestlog

    Values

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


    Example

    supervisor_manifest_flags = 3supervisor_manifest_flags = "job,subjob"

    Defaults

    7"job,subjob,work"

    • No labels