Watch Desktop Logs

From truxwiki.com
Revision as of 16:28, 18 May 2020 by Admin (talk | contribs) (Created page with "If you want to see what the desktop is logging as it runs, start Powershell, then: <syntaxhighlight lang="powershell"> Get-Content "$env:LOCALAPPDATA\probity\truxton\TruxtonCl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you want to see what the desktop is logging as it runs, start Powershell, then:

Get-Content "$env:LOCALAPPDATA\probity\truxton\TruxtonClient.log" -Tail 10 -wait