Commits


Benoit St-Pierre authored and GitHub committed 4eea24663c3
Log to console Data Collection flag value and source (#1811) * Log to console Data Collection flag value and source This will log the source and value of the `dataCollectionDefaultEnabled` flag. This is for Issue #1768. * Put alreadyOutputDataCollectionFlag behind ifdef This avoids having the property in non-debug builds. * PR feedback Added a logging message when explicitly setting the data collection flag. * Copy-paste error Fixed a missed change in the ternary check.