OpenLiberty / ci.ant

Ant tasks for managing Liberty profile server instances #devops
Apache License 2.0
8 stars 36 forks source link

Reduce messages in console when waiting for start server to complete #119

Open cherylking opened 4 years ago

cherylking commented 4 years ago

The following message appears repeatedly while waiting for the server to start. Optimize the logic to only print the message once.

CWWKM2013I: The file {0} being validated does not exist.

This is logged in AbstractTask.findStringsInFileCommon() method, which is called by findStringInFile(), which is called by waitForStringInLog() in a loop based on the serverStartTimeout value.