Go

Go

Made by DeepSource

Audit required: GetLogger is only for internal use of etcd's client GO-W1003

Bug risk
Major

GetLogger is only for internal usage of etcd's client and should not be used as a general purpose logger.

Bad practice

log := client.GetLogger()
log.Info("do not use as a general purpose logger")