Skip to content

Commit

Permalink
Change to log drain
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Oct 4, 2024
1 parent d8efabf commit e3964cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/sendlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (c *SendLogWriter) Open() error {
return err
}

err = session.Start("pub log-sink -b=false")
err = session.Start("pub log-drain -b=false")
if err != nil {
c.connecMu.Unlock()
return err
Expand Down

0 comments on commit e3964cc

Please sign in to comment.