Hi KG,
thanks for providing the sample output, this helped a lot!
The only property which might be able to influence this behaviour is
SiteScope -> Preferences -> Infrastructure Preferences
Monitor Settings
DB maximum value length (default : 200)
This setting is used to limit the output as shown:
..
if (resultBuffer.length() > DB_MAX_SUMMARY) {
resultBuffer.setLength(DB_MAX_SUMMARY);
resultBuffer.append("...");
..
Simply increase the setting to for example 400 and give it a try.
Greetings
Siggi