In BF-19108 we see that log lines that concatenate timestamps can error out due to changes introduced in SERVER-21861. We should wrap timestamps with tojson() to prevent logging from throwing the error Cannot toString timestamps.
In BF-19108 we see that log lines that concatenate timestamps can error out due to changes introduced in SERVER-21861. We should wrap timestamps with tojson() to prevent logging from throwing the error Cannot toString timestamps.