Watch Desktop Logs

From truxwiki.com
Revision as of 06:47, 16 February 2021 by Sam (talk | contribs)
(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

Remarks

You can configure Truxton to write to a different folder using the logdir option.