Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate messages in log files #80

Open
SurajGupta opened this issue Apr 1, 2015 · 1 comment
Open

Duplicate messages in log files #80

SurajGupta opened this issue Apr 1, 2015 · 1 comment
Labels
0 - _Triaging Issue is accepted, but a milestone has yet to be added for the issue

Comments

@SurajGupta
Copy link

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...
@mwrock
Copy link
Member

mwrock commented Apr 1, 2015

Thanks. This is a known issue (as in known in my head) and glad you reported it so we can track it.

@riezebosch riezebosch mentioned this issue Jan 2, 2017
@pauby pauby added the 0 - _Triaging Issue is accepted, but a milestone has yet to be added for the issue label Mar 17, 2019
@pauby pauby changed the title Log file often dupliates messages Duplicate messages in log files Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - _Triaging Issue is accepted, but a milestone has yet to be added for the issue
Projects
None yet
Development

No branches or pull requests

3 participants