Merge pull request #2856 from influxdata/fix/new-sources-log-line

Update --new-sources log line
pull/10616/head
Iris Scholten 2018-02-26 15:21:44 -08:00 committed by GitHub
commit 513a2dc295
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
1. [#2842](https://github.com/influxdata/chronograf/pull/2842): Use Generic APIKey for Oauth2 group lookup
1. [#2850](https://github.com/influxdata/chronograf/pull/2850): Fix bug in which resizing any cell in a dashboard causes a Gauge cell to resize
1. [#2851] (https://github.com/influxdata/chronograf/pull/2851): Maintain y axis labels in dashboard cells
1. [#2819] (https://github.com/influxdata/chronograf/pull/2819): Deprecate --new-sources in CLI
## v1.4.1.3 [2018-02-14]
### Bug Fixes

View File

@ -330,7 +330,7 @@ func (s *Service) HandleNewSources(ctx context.Context, input string) error {
return nil
}
s.Logger.Error("--new-sources is depracated. To preconfigure a source, see this link. www.example.com")
s.Logger.Error("--new-sources is deprecated and will be removed in a future version.")
var srcsKaps []struct {
Source chronograf.Source `json:"influxdb"`