File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
Module Name : PnP.PowerShell
3
- title : Set -PnPTraceLog
3
+ title : Start -PnPTraceLog
4
4
schema : 2.0.0
5
5
applicable : SharePoint Online
6
6
external help file : PnP.PowerShell.dll-Help.xml
7
- online version : https://pnp.github.io/powershell/cmdlets/Set -PnPTraceLog.html
7
+ online version : https://pnp.github.io/powershell/cmdlets/Start -PnPTraceLog.html
8
8
---
9
9
10
10
# Start-PnPTraceLog
@@ -26,14 +26,14 @@ Starts .NET tracelogging. Many cmdlets output detailed trace information when ex
26
26
27
27
### EXAMPLE 1
28
28
``` powershell
29
- Set -PnPTraceLog -Path ./TraceOutput.txt
29
+ Start -PnPTraceLog -Path ./TraceOutput.txt
30
30
```
31
31
32
32
This turns on trace logging to the file 'TraceOutput.txt' and will capture events of at least 'Information' level.
33
33
34
34
### EXAMPLE 2
35
35
``` powershell
36
- Set -PnPTraceLog -Path ./TraceOutput.txt -Level Debug
36
+ Start -PnPTraceLog -Path ./TraceOutput.txt -Level Debug
37
37
```
38
38
39
39
This turns on trace logging to the file 'TraceOutput.txt' and will capture debug events.
You can’t perform that action at this time.
0 commit comments