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

Unexpected output in Console and Log #1016

Open
2 tasks done
pauby opened this issue Jun 30, 2023 · 0 comments
Open
2 tasks done

Unexpected output in Console and Log #1016

pauby opened this issue Jun 30, 2023 · 0 comments
Labels
0 - Backlog Issue is accepted, but is not ready to be worked on or not in current sprint Customer Bug reported or feature requested by a licensed customer of Chocolatey Improvement Issues that enhances existing functionality, or adds new features

Comments

@pauby
Copy link
Member

pauby commented Jun 30, 2023

Checklist

  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my request.

Is Your Feature Request Related To A Problem? Please describe.

Output that should not normally be shown in the Console Output when switching sources and is also being deposited in the Chocolatey GUI log.

HttpRetryHandler_in_GUI

Describe The Solution. Why is it needed?

I believe this output should not be shown in the Console Output or be logged.

Additional Context

How Did You Get This To Happen? (Steps to Reproduce)

  1. Install Chocolatey 2.0 and Chocolatey GUI 2.0
  2. Switch from source to source.
  3. Show the Console Output as the packages are fetched.
  4. Check the logs after the package fetch has run.

System Details

  • Operating System: Windows Server 2019
  • Windows PowerShell Version: 5.1
  • Chocolatey CLI Version: 2.0
  • Chocolatey Licensed Extension version: 6.0
  • Chocolatey License type (Professional / Business / ?): Business
  • Terminal/Emulator: Windows PowerShell

Output Log

2023-05-30 04:56:00.049 -07:00 [Information] [NuGet]   GET https://vagrant:8443/repository/ChocolateyInternal/$metadata
2023-05-30 04:56:00.053 -07:00 [Information] [NuGet]   OK https://vagrant:8443/repository/ChocolateyInternal/$metadata 2ms
2023-05-30 04:56:00.087 -07:00 [Information] [NuGet] Enhanced retry: HttpRetryHandler is in a state that retry would have been abandoned or not waited if it were not enabled.
2023-05-30 04:56:01.104 -07:00 [Information] [NuGet]   GET https://vagrant:8443/repository/ChocolateyInternal/Packages()?$filter=(tolower(Id) eq '7zip') and IsLatestVersion&semVerLevel=2.0.0
2023-05-30 04:56:01.107 -07:00 [Information] [NuGet]   OK https://vagrant:8443/repository/ChocolateyInternal/Packages()?$filter=(tolower(Id) eq '7zip') and IsLatestVersion&semVerLevel=2.0.0 3ms
2023-05-30 04:56:01.250 -07:00 [Information] [NuGet] Enhanced retry: HttpRetryHandler is in a state that retry would have been abandoned or not waited if it were not enabled.
2023-05-30 04:56:02.352 -07:00 [Information] [NuGet]   GET https://licensedpackages.chocolatey.org/api/v2/$metadata
2023-05-30 04:56:02.354 -07:00 [Information] [NuGet]   OK https://licensedpackages.chocolatey.org/api/v2/$metadata 39ms
2023-05-30 04:56:02.354 -07:00 [Information] [NuGet] Enhanced retry: HttpRetryHandler is in a state that retry would have been abandoned or not waited if it were not enabled.
2023-05-30 04:56:03.564 -07:00 [Information] [NuGet]   GET https://licensedpackages.chocolatey.org/api/v2/Packages()?$filter=(tolower(Id) eq '7zip') and IsLatestVersion&semVerLevel=2.0.0
2023-05-30 04:56:03.595 -07:00 [Information] [NuGet]   OK https://licensedpackages.chocolatey.org/api/v2/Packages()?$filter=(tolower(Id) eq '7zip') and IsLatestVersion&semVerLevel=2.0.0 54ms
2023-05-30 04:56:03.787 -07:00 [Information] [NuGet] Enhanced retry: HttpRetryHandler is in a state that retry would have been abandoned or not waited if it were not enabled.
2023-05-30 04:56:04.937 -07:00 [Information] [NuGet]   GET https://community.chocolatey.org/api/v2/$metadata
2023-05-30 04:56:04.982 -07:00 [Information] [NuGet]   OK https://community.chocolatey.org/api/v2/$metadata 42ms
2023-05-30 04:56:04.999 -07:00 [Information] [NuGet] Enhanced retry: HttpRetryHandler is in a state that retry would have been abandoned or not waited if it were not enabled.
2023-05-30 04:56:06.123 -07:00 [Information] [NuGet]   GET https://community.chocolatey.org/api/v2/Packages()?$filter=(tolower(Id) eq '7zip') and IsLatestVersion&semVerLevel=2.0.0
2023-05-30 04:56:06.198 -07:00 [Information] [NuGet]   OK https://community.chocolatey.org/api/v2/Packages()?$filter=(tolower(Id) eq '7zip') and IsLatestVersion&semVerLevel=2.0.0 71ms
2023-05-30 04:56:06.224 -07:00 [Information] [NuGet] Enhanced retry: HttpRetryHandler is in a state that retry would have been abandoned or not waited if it were not enabled.

Related Issues

@pauby pauby added Improvement Issues that enhances existing functionality, or adds new features BreakingChange The issue will introduce backwards incompatible changes 0 - Backlog Issue is accepted, but is not ready to be worked on or not in current sprint Customer Bug reported or feature requested by a licensed customer of Chocolatey and removed BreakingChange The issue will introduce backwards incompatible changes labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog Issue is accepted, but is not ready to be worked on or not in current sprint Customer Bug reported or feature requested by a licensed customer of Chocolatey Improvement Issues that enhances existing functionality, or adds new features
Projects
None yet
Development

No branches or pull requests

1 participant