Post
FollowHow to monitor Syncplicity Desktop client logs in real-time using Windows PowerShell?
Syncplicity users could monitor desktop client log files using Windows PowerShell in real-time following the below steps:
Start Windows PowerShell - click on Windows Start Menu -> type Windows PowerShell -> Open
Navigate to the Syncplicity desktop client directory - In the console type the below command:
cd AppData\Local\Syncplicity\Logs\
Watch the logs in real-time - in the console type the below command:
Get-Content ./syncplicity.log -Wait -Tail 10
Please sign in to leave a comment.