sublime-rsync-ssh
sublime-rsync-ssh copied to clipboard
No Error print
Dear Sir,
after setting some parameters during initialization, I am unable to obtain error logs. How can I obtain error logs ?
Thanks for your reading
and my setting is :
{
"folders":
[
{
"path": "/Users/****/repo/AAA",
}
],
"settings":
{
"rsync_ssh":
{
"ssh_args": ["-F", "~/.ssh/config"],
"excludes":
[
".git*",
"_build",
"blib",
"Build"
],
"options":
[
"--delete"
],
"remotes":
{
"/Users/****/repo/windDiffUFSEC":
[
{
"command": "rsync",
"enabled": 1,
"excludes":
[
],
"options":
[
],
"remote_host": "HX1142",
"remote_path": "/mnt/PRESKY/user/zhangyongpeng/repo/windDiffUFSEC",
"remote_port": 1030,
"remote_post_command": "",
"remote_pre_command": "",
"remote_user": "****"
}
]
},
"sync_on_save": false
},
},
}