Skip to main content

bootstrap.yml

Controls startup-only configuration. Read once during plugin initialization; ignored for the rest of the server session. All changes require a full restart.

# bootstrap.yml

# Interface language
# Available values: en_US, es_ES
language: en_US

# Log verbosity level
# DEBUG — all internal decisions, metric evaluations and cycle output
# INFO — standard operational output (recommended for production)
# WARNING — warnings and errors only
# SEVERE — critical errors only
log_level: INFO

# Paths to .hopl files (relative to plugins/auroraoptimizer/)
paths:
policies: policies.hopl
constraints: constraints.hopl
orchestration: orchestration.hopl
observability: observability.hopl