Verbosity Parameter (Connect-AdobeCommerce Cmdlet)
Specifies the verbosity level of the log file, which controls the amount of detail logged. Supported values range from 1 to 5.
Syntax
Connect-AdobeCommerce -Verbosity string
Data Type
cstr
Default Value
"1"
Remarks
This property defines the level of detail the cmdlet includes in the log file. Higher verbosity levels increase the detail of the logged information, but may also result in larger log files and slower performance due to the additional data being captured.
The default verbosity level is 1, which is recommended for regular operation. Higher verbosity levels are primarily intended for debugging purposes. For more information on each level, refer to Logging.
When combined with the LogModules property, Verbosity can refine logging to specific categories of information.