Github user keith-turner commented on the pull request:
https://github.com/apache/accumulo/pull/87#issuecomment-205436724
Could put the table ids at the end of the message.
For example the following
```
sending 20 mutations to 5 tablets for [5a] to 192.168.1.103
sending 200 mutations to 10 tablets for [ab,cd,ef,gh,ij,k1,mn,rst,xyz] to
192.168.1.103
```
vs
```
sending 20 mutations to 5 tablets at 192.168.1.103 tids: [5a]
sending 200 mutations to 10 tablets at 192.168.1.103 tids:
[ab,cd,ef,gh,ij,k1,mn,rst,xyz]
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---