get away from logrus

This commit is contained in:
eyedeekay
2025-05-26 23:27:42 -04:00
parent 8a23944e43
commit 9a62a09f40
11 changed files with 35 additions and 147 deletions

View File

@ -1,10 +1,5 @@
package datagram
import logger "github.com/go-i2p/go-sam-go/log"
import "github.com/go-i2p/logger"
var log = logger.GetSAM3Logger()
func init() {
logger.InitializeSAM3Logger()
log = logger.GetSAM3Logger()
}
var log = logger.GetGoI2PLogger()