# Log level. Valid levels: [debug, info, warn, error]. Default: "info"
LOG_LEVEL="info"

# Path to Grafana Enterprise Traces YAML configuration file.
CONFIG_FILE="/etc/enterprise-traces/config.yaml"

# Custom user defined arguments.
CUSTOM_ARGS=""

# Restart on system upgrade. Default: "true".
RESTART_ON_UPGRADE="true"
