I’ve noticed when viewing PSAppDeploy logs in the CMTrace format, the component, date/time and thread columns do not populate information.
Further research has pointed me to an issue with how the time tag is written. I’m in the PST timezone, PSAppDeploy writes the time tag as:
<time=“10:49:09.135-480”
However, if I look at regular CCM logs produced by SCCM, the time tag is written as:
<time=“10:49:09.135+480”
Indeed if I manually modify the PSAppDeploy logs to find/replace all ‘-480’ with +480 and save the changes, full details are then displayed in CMTrace.
This is not a huge issue for me, but I thought I would bring this to the attention of the developers in case anyone else is also seeing the same in their logs.
Ok, yup, that was the problem. I had an old copy of CMTrace. After replacing with the latest version, I can now see full details in the PSAppDeploy logs.