rpcserver: demote newaddress log to debug, log addr type
This commit is contained in:
parent
81bfebe7be
commit
0310d8f2b4
@ -1082,7 +1082,7 @@ func (r *rpcServer) NewAddress(ctx context.Context,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rpcsLog.Infof("[newaddress] addr=%v", addr.String())
|
rpcsLog.Debugf("[newaddress] type=%v addr=%v", in.Type, addr.String())
|
||||||
return &lnrpc.NewAddressResponse{Address: addr.String()}, nil
|
return &lnrpc.NewAddressResponse{Address: addr.String()}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user