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
The master branch of the repo.(commit ID: 6dd8997)
After merging #722, since the logger package's init function already sets the global logger to a non-nil value, the common.logger.InitLogger function will always return prematurely, making the logging parameter ClientConfig have no effect at all.
What version of nacos-sdk-go are you using?
The master branch of the repo.(commit ID: 6dd8997)
After merging #722, since the
logger
package's init function already sets the global logger to a non-nil value, thecommon.logger.InitLogger
function will always return prematurely, making the logging parameterClientConfig
have no effect at all.Please check the following code lines:
We may need to review the code more carefully before accepting the PR.
The text was updated successfully, but these errors were encountered: