Skip to content

Commit d2ad06c

Browse files
Gabriel Monroycarmstrong
authored andcommitted
fix(deisctl): remove logspout from data plane
1 parent e4492f1 commit d2ad06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func startDefaultServices(b backend.Backend, wg *sync.WaitGroup, outchan chan st
154154
wg.Wait()
155155

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

160160
outchan <- fmt.Sprintf("Routing mesh...")

0 commit comments

Comments
 (0)