Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(deisctl): remove logspout from data plane
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy authored and carmstrong committed Oct 27, 2014
1 parent e4492f1 commit d2ad06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deisctl/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func startDefaultServices(b backend.Backend, wg *sync.WaitGroup, outchan chan st
wg.Wait()

outchan <- fmt.Sprintf("Data plane...")
b.Start([]string{"logspout", "publisher"}, wg, outchan, errchan)
b.Start([]string{"publisher"}, wg, outchan, errchan)
wg.Wait()

outchan <- fmt.Sprintf("Routing mesh...")
Expand Down

0 comments on commit d2ad06c

Please sign in to comment.