Skip to content

Commit

Permalink
Merge pull request #2756 from influxdb/integration-tests
Browse files Browse the repository at this point in the history
And even more Integration tests
  • Loading branch information
corylanou committed Jun 3, 2015
2 parents 73a6c7e + 2dac41a commit f5d59ec
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 175 deletions.
5 changes: 5 additions & 0 deletions cluster/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ func (s *Service) Open() error {
return nil
}

// SetLogger sets the internal logger to the logger passed in.
func (s *Service) SetLogger(l *log.Logger) {
s.Logger = l
}

// serve accepts connections from the listener and handles them.
func (s *Service) serve() {
defer s.wg.Done()
Expand Down
Loading

0 comments on commit f5d59ec

Please sign in to comment.