sublime-rsync-ssh icon indicating copy to clipboard operation
sublime-rsync-ssh copied to clipboard

No Error print

Open jokervTv opened this issue 1 year ago • 0 comments

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

image

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
		},
	},
}

jokervTv avatar Aug 12 '24 09:08 jokervTv