#1514 Add batch debug message into new multicall interface
Closed: Fixed 4 years ago by mikem. Opened 4 years ago by mfilip.

Following line is present in old multicall code but not in the new one:

 self.logger.debug("MultiCall with batch size %i, calls/groups(%i/%i)",
                              batch, len(calls), round(len(calls) // batch))

This line is essential for testing batch parameter and should be added into new multicall interface code.


Adding this to 1.18 since QE needs it for testing

Metadata Update from @mikem:
- Custom field Size adjusted to small
- Issue set to the milestone: 1.18
- Issue tagged with: easyfix

4 years ago

Metadata Update from @mikem:
- Issue assigned to mikem

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1515 Merged 4 years ago