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 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.
No response
Describe The Solution. Why is it needed?
Currently if a user requests limited output, in some places we emit the log to Debug instead of Info, and in others we don't emit anything. We should make a determination of which behaviour we want and then be consistent about it.
Additional Context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered:
corbob
added a commit
to corbob/choco
that referenced
this issue
Nov 8, 2024
The debug log is used in a lot of places when we don't want the user to
see the output, but we want it available. At the moment it is not
consistent about what we do when they select debug and limit output. It
has been decided at the moment to remove these tests as they are now
breaking by us emitting the user agent to the debug log. A follow up
issue chocolatey#3555 has been created to determine what we want for behaviour
when limit output and debug is selected.
Checklist
Is Your Feature Request Related To A Problem? Please describe.
No response
Describe The Solution. Why is it needed?
Currently if a user requests limited output, in some places we emit the log to Debug instead of Info, and in others we don't emit anything. We should make a determination of which behaviour we want and then be consistent about it.
Additional Context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: