Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.22 KB

Get-BskyLogging.md

File metadata and controls

58 lines (35 loc) · 1.22 KB
external help file Module Name online version schema
PSBlueSky-help.xml
PSBlueSky
2.0.0

Get-BskyLogging

SYNOPSIS

Getting the current PSBlueSky API logging settings.

SYNTAX

Get-BskyLogging [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

PS C:\> Get-BskyLogging

LoggingEnabled LogFile          LogFileSize
-------------- -------          -----------
          True c:\temp\api.json        4639

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

BSkyLoggingInfo

NOTES

RELATED LINKS

Set-BskyLogging

Enable-BskyLogging

Disable-BskyLogging