Numerous info messages in the Developer Debug console

Hi all,

When we run our unit tests in the Servoy Developer, we get tons of the following debug messages:

INFO: Skipping reload query on cleared foundset for data source db://some_server/some_table

These are generated by Servoy. I understand that they are triggered by the fact that we create and delete a lot of test data in the unit tests. What is the purpose of these messages? Why do we have them? How can we get rid of them? Because they are really into the thousands, we lose track of our own debug output information. There should be an option to turn them off since they do not provide any useful information for us.

Hi Rossen,

This message is printed when a cleared foundset needs to be refreshed.
Before we would do a lot of needless ‘where 1=2’ queries.

We added this message in developer in stead of silently skipping the query in case empty foundsets were not refreshing when it was expected by the developer.

Rob

rgansevles:
We added this message in developer in stead of silently skipping the query in case empty foundsets were not refreshing when it was expected by the developer.

How can we disable/not show that message in the debug console?

Rossen,

Currently this cannot be configured.
Best to create a support case for this.

Rob