Enable logging after disabling #447
Closed
akordowski
started this conversation in
General
Replies: 2 comments
|
Short answer: Set-GitHubConfiguration -DisableLogging:$falseLonger answer: I thought I had this explicitly called out somewhere, but having trouble finding it at the moment. This all comes down to standard PowerShell stuff. With a regular PowsrShell parameter, you'd have a space after it and then the value (e.g. |
0 replies
|
Thank you very much for the detail explanation. Coming from C# some concepts of PowerShell take some time getting used to. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can I enable the logging after I have it disabled with the
Set-GitHubConfiguration -DisableLoggingcommand?All reactions