- Check file permissions
- Verify etcd/consul connectivity
- Ensure correct path/key configuration
- Check validation function logic
- Verify configuration structure
- Enable debug logging
- Reduce update frequency
- Optimize validation functions
- Check network connectivity for remote sources
Enable debug logging for more information:
cfg := gorealconf.New[Config](
gorealconf.WithDebug(true),
)