Merge pull request #2856 from influxdata/fix/new-sources-log-line
Update --new-sources log linepull/10616/head
commit
513a2dc295
|
@ -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
|
||||
|
|
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue