Config loading logs spurious "Failed to load config" at Info level #27
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/webhooker#27
Loading…
Reference in New Issue
Block a user
No description provided.
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).