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

    Compare with Current View Page History

    Version 1 Current »

    Synopsis

    supervisor_verbosity = int or string
    Flags mask to determine what information to go into the supervisor log.

    Values

    • startupwork
    • subjob
    • job
    • host
    • log
    • admin
    • command
    • query
    • sync
    • queue
    • callback
    • debug
    • error
    • warning
    • security
    • auth
    • preempt
    • memory
    • web
    • info
    • license
    • file

    Example

    supervisor_verbosity = startup,work,subjob

    Defaults

    startup,work,subjob,job,host,log,admin,command,query,sync,
    queue,callback,error,warning,security,auth,preempt,
    memory,web,info,license,file

    • No labels