Enable-OVDebug
Syntax
Enable-OVDebug
[-Scope] <String>
[-LoggerName] <String>
[-Level] <String>
[-ApplianceConnection <Object>]
[<CommonParameters>]
Description
FOR HPE Support USE ONLY. This Cmdlet will enable appliance level component debug logging for during issue triage. Do not use this Cmdlet unless otherwise instructed by HPE Support.
Examples
Parameters
-Scope <String>
The Scope of the LoggerName.
| Aliases | None |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-LoggerName <String>
The internal component name.
| Aliases | None |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-Level <String>
The verbose level to enable. Allowed values are:
- ERROR
- WARN
- DEBUG
- TRACE
| Aliases | None |
|---|---|
| Required? | True |
| Position? | Named |
| Default value | |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
-ApplianceConnection <Object>
Specify one [HPEOneView.Appliance.Connection] object or Name property value.
| Aliases | Appliance |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | (${Global:ConnectedSessions} | ? Default) |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
Input Types
HPE OneView Appliance Connection object.