external help file | Module Name | online version | schema |
---|---|---|---|
PSBlueSky-help.xml |
PSBlueSky |
2.0.0 |
Getting the current PSBlueSky API logging settings.
Get-BskyLogging [<CommonParameters>]
Configuration for API logging in the PSBluesky module is controlled by the session object. However, you should use module cmdlets to manage API logging. You can use this command to get the current logging settings.
PS C:\> Get-BskyLogging
LoggingEnabled LogFile LogFileSize
-------------- ------- -----------
True c:\temp\api.json 4639
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.