After the TFS 2015 Upgrade 3 some of our build started to log strange log lines. As you can see below all the ‘a’ characters are replaced with 8 asterisk characters.
2016-08-08T07:58:01.0425923Z Checking if ********rtif********cts directory exists: d:\b2\10******** 2016-08-08T07:58:01.0425923Z Deleting ********rtif********cts directory. 2016-08-08T07:58:01.0582131Z Cre********ting ********rtif********cts directory. 2016-08-08T07:58:01.0582131Z Checking if test results directory exists: d:\b2\10\TestResults 2016-08-08T07:58:01.0738385Z Deleting test results directory. 2016-08-08T07:58:01.0738385Z Cre********ting test results directory. 2016-08-08T07:58:01.1675919Z St********rting: Get sources 2016-08-08T07:58:01.1832163Z Entering TfvcSourceProvider.Prep********reRepositoryAsync 2016-08-08T07:58:01.1832163Z loc********lP********th=d:\b2\10\s 2016-08-08T07:58:01.1832163Z cle********n=True 2016-08-08T07:58:01.1832163Z sourceVersion=15137
The log files in the ‘_diag’ folder of the agent also contain these lines with asterisks. We tried to analyze the differences between the normally logging builds and these strange ones but we did not found any notable differences. We tried to clone these builds but the cloned builds also log this way. If we created a new build it also logs with these asterisks.
Does anybody experienced the same behaviour?