You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the logger should be exported instead of the LogOutput in the configuration; I'm using a custom logger with a custom format however I must hack a custom io.Writer to have memberlist use my custom logger.
The text was updated successfully, but these errors were encountered:
Hey @cousine, seems reasonable to use a custom logger. Instead of exporting it directly in the struct, maybe we could do like a CreateLogger(*Config, *log.Logger) analogous to the Create method or something to that effect.
Hi there,
I think the logger should be exported instead of the LogOutput in the configuration; I'm using a custom logger with a custom format however I must hack a custom io.Writer to have memberlist use my custom logger.
The text was updated successfully, but these errors were encountered: