Skip to content

Commit a05edd2

Browse files
committed
docs: clarify silent fallback behavior for misconfigured providers
1 parent 0088623 commit a05edd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/flagr_notifications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Enable at least one provider to activate the notification system:
4747
### Important Notes
4848

4949
- **Asynchronous delivery**: Notifications are sent in background goroutines. Failures are logged but **do not affect the API response**.
50-
- **Startup validation**: Flagr validates the notification configuration at startup and logs warnings if required settings are missing for the enabled providers. Notifications will be silently dropped until properly configured.
50+
- **Startup validation**: Flagr validates the notification configuration at startup and logs warnings if required settings are missing for enabled providers.
51+
- **Silent fallback**: If a provider is enabled (e.g., `FLAGR_NOTIFICATION_SLACK_ENABLED=true`) but its required settings are missing (e.g., `FLAGR_NOTIFICATION_SLACK_WEBHOOK_URL`), notifications for that provider will be silently dropped. A warning is logged at startup to help diagnose misconfiguration.
5152

5253
## Provider Settings
5354

0 commit comments

Comments
 (0)