go.uber.org/zap.Logger.Info (method)

20 uses

	go.uber.org/zap (current package)
		global.go#L80: 	f := logger.Info
		global.go#L146: 		return logger.Info, nil
		logger.go#L244: func (log *Logger) Info(msg string, fields ...Field) {

	github.com/gotd/td/internal/mtproto
		connect.go#L32: 		c.log.Info("Generating new auth key")
		connect.go#L38: 		c.log.Info("Auth key generated",
		connect.go#L44: 	c.log.Info("Key already exists")
		read.go#L127: 	c.log.Info("Re-created auth keys")
		rpc.go#L41: 			c.log.Info("Retrying request after basMsgErr", zap.Int64("msg_id", req.MsgID))
		salt.go#L21: 		c.log.Info("Salt updated", zap.Int64("old", oldSalt), zap.Int64("new", salt))

	github.com/gotd/td/internal/rpc
		engine.go#L42: 	cfg.Logger.Info("Initialized",
		engine.go#L161: 			log.Info("Failed to drop request", zap.Error(err))
		engine.go#L271: 	e.log.Info("Close called")

	github.com/gotd/td/telegram
		connect.go#L35: 			c.log.Info("Got self", zap.String("username", self.Username))
		connect.go#L75: 		c.log.Info("Restarting connection", zap.Error(err), zap.Duration("backoff", timeout))
		connect.go#L114: 	c.log.Info("Starting")
		connect.go#L115: 	defer c.log.Info("Closed")
		invoke.go#L72: 			log.Info("Migrating to target DC")
		migrate_to_dc.go#L26: 		c.log.Info("Restart ensured")
		session.go#L46: 	c.log.Info("Connection restored from state",

	github.com/gotd/td/telegram/internal/manager
		conn.go#L79: 	c.log.Info("SessionInit")