f2872d6dea
* 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
10 lines
289 B
Go
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"
|
|
)
|