cstanislawski / grafana-db-exporter

Export your ClickOps'ed Grafana dashboards into the repository
Apache License 2.0
1 stars 0 forks source link

Inform about using default variables #42

Closed cstanislawski closed 1 month ago

cstanislawski commented 1 month ago

When an optional value isn't provided the exporter should log something like: Environment variable X wasn't provided - using default: Y

cstanislawski commented 1 month ago

we'll send the message only if the value is unset, not when the user consciously sets value to the default value

it's probable that the user didn't know that a certain variable can/should be set, so I think that the log level for these messages should be warn