Back in time between 6.7 and 7.0 a change was made to log all task creations
and completions on info level, including the invisible tasks in release builds
(which was done only for debug builds before that). This was prompted by the
change that made all internal tasks invisible and in turn non-retainable so
that hostd does not crash with out-of-memory due to an accumulation of tasks
that needn't be retained, which in turn caused them to not be logged anymore.
this change introduced a regression in the amount of logs generated.
For example, the logs from the InternalStatsCollector's queryLatestVmStats
calls made from vpxa to gather stats start flooding the logs as each call
for each VM's stats logs, etc.