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

    Compare with Current View Page History

    Version 1 Current »

    Synopsis

    worker_logmode = mode

    Mode specifies what job logging action this host is required to take.

    By default it is set to remote which means that the Worker will transmit the contents of the job log back to the Supervisor so that it may be centrally located.

    This can also be mounted which means the log directory specified in worker_logpath is cross mounted with the Supervisor.

    Values

    • mounted: Log files are written to a directory shared via network with the Supervisor host.
    • remote: Log files are written to local directory, then periodically transfered to the Supervisor and removed from the local directory.

    Example

    worker_logmode = mounted

    Defaults

    remote

    See Also

    Writing job logs directly to a shared network filesystem

    • No labels