# Configuration for lava-gunicorn-daemon daemon

# Logging level should be uppercase (DEBUG, INFO, WARNING, ERROR)
# LOGLEVEL="DEBUG"
# LOGFILE="/var/log/lava-server/gunicorn.log"

# Worker class
# Default to eventlet which is more appropriate when downloading large job logs
# WORKER_CLASS="eventlet"

# Number of workers
# WORKERS=4

# When working on the python files, gunicorn can reload on any change
# RELOAD="--reload"

# Address to bind the server
# BIND="--bind 127.0.0.1:8000"

# Worker timeout
# TIMEOUT="--timeout 30"

# Extra arguments
# EXTRA_ARGS=""
