github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/packaging/rpm/sysconfig/cortex (about) 1 # Log level. Valid levels: [debug, info, warn, error]. Default: "info" 2 LOG_LEVEL="info" 3 4 # Path to Cortex YAML configuration file. 5 CONFIG_FILE="/etc/cortex/single-process-config.yaml" 6 7 # Custom user defined arguments. 8 CUSTOM_ARGS="" 9 10 # Restart on system upgrade. Default: "true". 11 RESTART_ON_UPGRADE="true"