We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc0807 + 2791cba commit b9787aaCopy full SHA for b9787aa
1 file changed
drivers/overlay/ov_serf.go
@@ -48,6 +48,7 @@ func (d *driver) serfInit() error {
48
config.UserQuiescentPeriod = 50 * time.Millisecond
49
50
config.LogOutput = &logWriter{}
51
+ config.MemberlistConfig.LogOutput = config.LogOutput
52
53
s, err := serf.Create(config)
54
if err != nil {
0 commit comments