Files
alertmanager-discord/pkg/flags/flags.go
T
Iain Sproat f2872d6dea Configurable logging levels (#16)
* Update screenshot to match current output
* Log level is configurable
* Alert name is provided in log line, where available.
* Capitalise Discord, check err in integration test, and other syntax issues
* Go formatting syntax fixes
* Log the common alert name or group alert name, in that precedence
2022-11-21 21:04:05 +00:00

10 lines
289 B
Go

package flags
const (
ConfigurationPathFlagKey = "configuration_file_path"
DiscordWebhookUrlFlagKey = "discord_webhook_url"
ListenAddressFlagKey = "listen_address"
MaxBackoffTimeSecondsFlagKey = "max_backoff_time_seconds"
LogLevelFlagKey = "log_level"
)