go.uber.org/zap.Logger.Debug (method)
72 uses
go.uber.org/zap (current package)
global.go#L144: return logger.Debug, nil
logger.go#L236: func (log *Logger) Debug(msg string, fields ...Field) {
github.com/gotd/td/internal/exchange
client_flow.go#L26: c.log.Debug("Sending ReqPqMultiRequest")
client_flow.go#L37: c.log.Debug("Received server ResPQ")
client_flow.go#L76: c.log.Debug("PQ decomposing complete", zap.Duration("took", c.clock.Now().Sub(start)))
client_flow.go#L120: c.log.Debug("Sending ReqDHParamsRequest")
client_flow.go#L129: c.log.Debug("Received server ServerDHParams")
client_flow.go#L212: c.log.Debug("Sending SetClientDHParamsRequest")
client_flow.go#L224: c.log.Debug("Received server DhGen")
server_flow.go#L110: s.log.Debug("Received client ReqPqMultiRequest")
server_flow.go#L126: s.log.Debug("Sending ResPQ", zap.String("pq", pq.String()))
server_flow.go#L151: s.log.Debug("Received ReqPQ again")
server_flow.go#L155: s.log.Debug("Received client ReqDHParamsRequest")
server_flow.go#L220: s.log.Debug("Sending ServerDHParamsOk", zap.Int("g", g))
server_flow.go#L234: s.log.Debug("Received client SetClientDHParamsRequest")
server_flow.go#L259: s.log.Debug("Sending DhGenOk")
github.com/gotd/td/internal/mtproto
ack.go#L24: log.Debug("Ack", zap.Int64s("msg_ids", buf))
conn.go#L172: c.log.Debug("Closing")
conn.go#L178: c.log.Debug("Failed to cleanup connection", zap.Error(err))
conn.go#L198: c.log.Debug("Run: start")
conn.go#L199: defer c.log.Debug("Run: end")
connect.go#L49: c.log.Debug("Generating new session id")
handle_ack.go#L17: c.log.Debug("Received ack", zap.Int64s("msg_ids", ack.MsgIDs))
handle_future_salts.go#L23: c.log.Debug("Got future salts", zap.Time("server_time", serverTime))
handle_message.go#L19: c.logWithBuffer(b).Debug("Handle message", zap.Int64("msg_id", msgID))
handle_result.go#L24: c.logWithBuffer(b).Debug("Handle result", msgID)
handle_result.go#L39: c.logWithBuffer(b).Debug("Decompressed", msgID)
handle_result.go#L53: c.log.Debug("Got error", msgID,
handle_session_created.go#L21: c.log.Debug("Session created",
new_encrypted_msg.go#L62: log.Debug("Request", zap.Int64("msg_id", id))
ping.go#L43: c.log.Debug("Pong")
read.go#L108: c.log.Debug("No updates")
read.go#L135: log.Debug("Read loop started")
read.go#L141: l.Debug("Read loop done")
rpc.go#L29: log.Debug("Invoke start")
rpc.go#L30: defer log.Debug("Invoke end")
rpc.go#L36: c.log.Debug("Setting server salt")
github.com/gotd/td/internal/pool
pool.go#L119: c.log.Debug("Connection died",
pool.go#L146: c.log.Debug("Transfer connection to requester", zap.Int64("conn_id", r.id))
pool.go#L149: c.log.Debug("Connection released", zap.Int64("conn_id", r.id))
pool.go#L167: c.log.Debug("Re-using free connection", zap.Int64("conn_id", r.id))
pool.go#L178: c.log.Debug("Creating new connection",
pool.go#L198: c.log.Debug("Waiting for free connect", zap.Int64("request_id", int64(key)))
pool.go#L202: c.log.Debug("Got connection for request",
pool.go#L208: c.log.Debug("Some connection dead, try to create new connection, cancel waiting")
pool.go#L254: c.log.Debug("DC Invoke")
pool.go#L258: c.log.Debug("DC Invoke failed", zap.Error(err))
pool.go#L262: c.log.Debug("DC Invoke complete")
pool.go#L273: c.log.Debug("Closing DC")
pool.go#L274: defer c.log.Debug("DC closed")
github.com/gotd/td/internal/rpc
ack.go#L15: e.log.Debug("Acknowledge callback not set", zap.Int64("msg_id", id))
ack.go#L34: log.Debug("Waiting for acknowledge")
engine.go#L87: log.Debug("Do called")
engine.go#L99: log.Debug("Handler called")
engine.go#L165: log.Debug("Request dropped")
engine.go#L206: log.Debug("Acknowledged")
engine.go#L211: log.Debug("Acknowledge timed out, performing retry")
github.com/gotd/td/internal/tdsync
log_group.go#L43: l.Debug("Task started")
log_group.go#L47: l.Debug("Task stopped", zap.Error(err), zap.Duration("elapsed", elapsed))
log_group.go#L52: l.Debug("Task complete", zap.Duration("elapsed", elapsed))
github.com/gotd/td/telegram
connect.go#L45: c.log.Debug("Restart triggered")
connect.go#L84: c.log.Debug("Ready")
connect.go#L155: c.log.Debug("Callback returned, stopping")
invoke.go#L67: log.Debug("Invoking on target DC")
migrate_to_dc.go#L12: c.log.Debug("Triggering restart")
migrate_to_dc.go#L19: c.log.Debug("Restart initialized")
pool.go#L61: c.log.Debug("Creating pool",
session.go#L89: c.log.Debug("Data saved",
github.com/gotd/td/telegram/internal/manager
conn.go#L113: c.log.Debug("Invoke",
conn.go#L125: c.log.Debug("Connection dead", zap.Error(err))
conn.go#L191: c.log.Debug("Initializing")
conn.go#L226: c.log.Debug("Retrying connection initialization",
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |