diff --git a/pkg/gatewayserver/grpc_nsgs.go b/pkg/gatewayserver/grpc_nsgs.go index 95ef097102..03f396e7a1 100644 --- a/pkg/gatewayserver/grpc_nsgs.go +++ b/pkg/gatewayserver/grpc_nsgs.go @@ -85,7 +85,7 @@ func (gs *GatewayServer) ScheduleDownlink(ctx context.Context, down *ttnpb.Downl rx1, rx2, delay, err := conn.ScheduleDown(path, connDown) if err != nil { - logger.WithField("gateway_uid", uid).WithError(err).Debug("Failed to schedule on path") + logger.WithField("gateway_uid", uid).Info("Failed to schedule on path") pathErrs = append(pathErrs, errSchedulePath.WithCause(err).WithAttributes("gateway_uid", uid)) registerScheduleDownlinkFail(ctx, conn.Gateway(), err, conn.Frontend().Protocol()) continue