Stops-PnPTraceLog
SYNOPSIS
Stops log tracing and flushes the log buffer if any items in there.
SYNTAX
Stop-PnPTraceLog
DESCRIPTION
Stops .NET tracelogging. Many cmdlets output detailed trace information when executed. Turn on the trace log with Start-PnPTraceLog, optionally specify the level. By default the level is set to 'Information', but you will receive more detail by setting the level to 'Debug'.
EXAMPLES
EXAMPLE 1
Stop-PnPTraceLog
This turns off trace logging