Skip to content

Commit 501b7f9

Browse files
authored
Update troubleshooting.md (#4653)
1 parent d480836 commit 501b7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-data/opentelemetry-collector/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ On systems without systemd, the logs are available in the console output of the
116116
On Windows, the logs are available in event viewer, or they can be listed using PowerShell:
117117

118118
```powershell
119-
Get-EventLog -LogName Application -Newest 100 -Source OtelcolSumo | Select-Object -Property ReplacementStrings
119+
Get-EventLog -LogName Application -Newest 100 -Source OtelcolSumo | Select-Object @{Name='TimeGenerated'; Expression={($_.TimeGenerated).ToString("yyyy-MM-dd HH:mm:ss")}}, ReplacementStrings | Format-Table -Wrap
120120
```
121121

122122
</TabItem>

0 commit comments

Comments
 (0)