You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finding it difficult to read the log file because so many lines are duplicated. This seems to happen for messages that I am explicitly writing using Write-BoxstarterMessage and for messages that I am not explicitly writing.
For example:
....
[2015-04-01T07:58:21.0883670-07:00:::PID 2304] +++ Boxstarter starting Install 8 of 10 updates: Update for Windows 8.1 for x64-based Systems (KB3048778)
[2015-04-01T07:58:21.0883670-07:00:::PID 2304] +++ Boxstarter starting Install 8 of 10 updates: Update for Windows 8.1 for x64-based Systems (KB3048778)
[2015-04-01T07:58:21.5883656-07:00:::PID 2304] +++ Boxstarter finished Install 8 of 10 updates: Update for Windows 8.1 for x64-based Systems (KB3048778) 00:00:00.5014053
[2015-04-01T07:58:21.5883656-07:00:::PID 2304] +++ Boxstarter finished Install 8 of 10 updates: Update for Windows 8.1 for x64-based Systems (KB3048778) 00:00:00.5014053
...
another example:
[2015-04-01T07:58:29.6821163-07:00:::PID 2304] ++ Boxstarter finished Calling Chocolatey to install temp_BoxstarterPackage. This may take several minutes to complete... 00:03:43.7206588
[2015-04-01T07:58:29.6821163-07:00:::PID 2304] ++ Boxstarter finished Calling Chocolatey to install temp_BoxstarterPackage. This may take several minutes to complete... 00:03:43.7206588
here's one that I'm explicitly writing only once, but appears duplicated:
[2015-04-01T08:07:11.6697964-07:00:::PID 2760] Boxstarter: Making slick-looking console...
[2015-04-01T08:07:11.6697964-07:00:::PID 2760] Boxstarter: Making slick-looking console...
The text was updated successfully, but these errors were encountered:
I'm finding it difficult to read the log file because so many lines are duplicated. This seems to happen for messages that I am explicitly writing using Write-BoxstarterMessage and for messages that I am not explicitly writing.
For example:
another example:
here's one that I'm explicitly writing only once, but appears duplicated:
The text was updated successfully, but these errors were encountered: