Skip to content

Environment Variables Reference

Elastic Fruit Runner is configured through its YAML file. Only one environment variable is supported:

VariableConfig file equivalentDescription
LOG_LEVELlog_levelLog level: debug, info, warn, error. Overrides the value in config file
Terminal window
LOG_LEVEL=debug elastic-fruit-runner

LOG_LEVEL has higher priority than the YAML log_level field.

All other settings must be configured in the YAML file. See Configuration Reference.