Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid log for memberlist creation (#6369)
The config is a very large struct and some of the fields cannot be logged: ``` New memberlist cluster" config="<internal error: json: unsupported type: func(string) bool>" ``` We update the call to klog.InfoS so that only a few selected config fields are logged. Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
- Loading branch information