Config loading logs spurious "Failed to load config" at Info level #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
When running without a
config.yamlfile (common for env-var-only deployments and Docker), five identical messages are logged at Info level on every startup:This comes from
pkg/configand is confusing because:Fix
Either:
Category
Nice-to-have. Cosmetic but affects operational clarity.
let’s get rid of file-based configuration entirely.
Understood — removing file-based configuration entirely. Env vars only, no Viper, no config.yaml. Will implement after the current delivery engine worker pool rework completes (same branch).