Enable logging after disabling #447
Replies: 2 comments
-
Short answer: Set-GitHubConfiguration -DisableLogging:$false Longer 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. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for the detail explanation. Coming from C# some concepts of PowerShell take some time getting used to. |
Beta Was this translation helpful? Give feedback.
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 -DisableLogging
command?Beta Was this translation helpful? Give feedback.
All reactions