Environment Variables Reference
elastic-fruit-runner is primarily configured through its YAML config file. Only one environment variable is supported:
| Variable | Config file equivalent | Description |
|---|---|---|
LOG_LEVEL | log_level | Log level: debug, info, warn, error. Overrides the value in config file |
Example
Section titled “Example”LOG_LEVEL=debug elastic-fruit-runnerAll other settings (orgs, repos, auth, runner sets, idle timeout) must be configured in the YAML config file. See the configuration reference for details.