Skip to content

Commit

Permalink
updated with latest gosdk
Browse files Browse the repository at this point in the history
  • Loading branch information
smaulik13 committed Jan 21, 2025
1 parent d5a089b commit b047765
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions zboxcore/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,4 @@ package logger

import "github.com/0chain/gosdk_common/core/logger"

var defaultLogLevel = logger.DEBUG

// Logger global logger instance
var Logger logger.Logger

func init() {
Logger.Init(defaultLogLevel, "0box-sdk")
}
var Logger = logger.GetLogger()

0 comments on commit b047765

Please sign in to comment.