Constant SIDECAR

Source
const SIDECAR: &str = "OPENHCL_SIDECAR=";
Expand description

Options controlling sidecar.

  • off: Disable sidecar support.
  • on: Enable sidecar support. Sidecar will still only be started if sidecar is present in the binary and supported on the platform. This is the default.
  • log: Enable sidecar logging.