Logging to stdout: "Indexing files. Please wait..."

There is some logging to standard out.


Example:

Indexing files. Please wait…
Indexing files. Please wait…
Indexing files. Please wait…
Indexing files. Please wait…
Indexing files. Please wait…
Indexing files. Please wait…
Indexing files. Please wait…
Indexing files. Please wait…

Can this be improved to use proper logging, so we can more easily suppress it?
Hello Dijk, thanks for getting in touch.

We’ve informed our developers about your suggestion. We will put this into our roadmap. Priorities of features in our roadmap are strongly dependent on license types of customers who request them.

FYI. I’ve checked with developers. This message is logged by the java.util.logging.Logger on the INFO level for the ViewerHandler.class.getName(). So you can suppress it by configuring the Java logging output.