github.com/gotd/log.Helper.Warn (method)
24 uses
github.com/gotd/log (current package)
helper.go#L56: func (h Helper) Warn(ctx context.Context, msg string, attrs ...Attr) {
github.com/gotd/td/mtproto
bind.go#L141: c.log.Warn(context.Background(), "auth.bindTempAuthKey returned ENCRYPTED_MESSAGE_INVALID for old permanent key, dropping persisted PFS keys and reconnecting",
bind.go#L152: c.log.Warn(context.Background(), "auth.bindTempAuthKey returned ENCRYPTED_MESSAGE_INVALID for key with unknown age after retries, dropping persisted PFS keys and reconnecting",
bind.go#L158: c.log.Warn(context.Background(), "auth.bindTempAuthKey returned ENCRYPTED_MESSAGE_INVALID for key with unknown age, retrying bind before dropping keys",
bind.go#L166: c.log.Warn(context.Background(), "auth.bindTempAuthKey returned ENCRYPTED_MESSAGE_INVALID for fresh permanent key, retrying bind",
bind.go#L176: c.log.Warn(context.Background(), "auth.bindTempAuthKey returned CONNECTION_NOT_INITED, retrying bind",
bind.go#L182: c.log.Warn(context.Background(), "auth.bindTempAuthKey returned CONNECTION_NOT_INITED after retries, reconnecting without dropping keys",
handle_session_created.go#L31: c.log.Warn(ctx, "Local clock needs synchronization",
read.go#L76: c.log.Warn(ctx, "Ignoring rejected message", log.Error(err))
read.go#L86: c.log.Warn(ctx, "Error while handling message", log.Error(err))
read.go#L121: c.log.Warn(ctx, "BUG: zero session id found")
read.go#L128: c.log.Warn(ctx, "Re-generating keys (server not found key that we provided)")
github.com/gotd/td/rpc
ack.go#L33: logger.Warn(ctx, "Ack already registered")
engine.go#L103: logger.Warn(ctx, "Handler already called")
engine.go#L262: e.log.Warn(context.Background(), "rpc callback not set", log.Int64("msg_id", msgID))
engine.go#L275: e.log.Warn(context.Background(), "rpc callback not set", log.Int64("msg_id", msgID))
github.com/gotd/td/telegram
builder.go#L116: log.For(logger).Warn(ctx, "TestClient run failed", log.Error(err))
cdn_conn_dead.go#L17: c.log.Warn(context.Background(), "Resetting cached CDN keys after fingerprint miss",
cdn_conn_dead.go#L48: c.log.Warn(context.Background(), "Dropping stored CDN session key after PFS key reset request",
cfg.go#L38: c.log.Warn(ctx, "Got error on config update", log.Error(err))
connect.go#L58: c.log.Warn(ctx, "Got error on self", log.Error(err))
handle_updates.go#L44: c.log.Warn(c.ctx, "Ignoring update", log.String("update_type", fmt.Sprintf("%T", u)))
pfs.go#L21: c.log.Warn(context.Background(), "Dropping stored primary session key after PFS key reset request",
pfs.go#L42: c.log.Warn(context.Background(), "Dropping stored DC session key after PFS key reset request",
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |