我的camel SFTP使用者每10秒连接一次服务器,在每次连接过程中,它会打印大量的日志消息,如本文所述。
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->KEX:Client:hmac-md5,hmac-sha1,hmac-sha1-96,hmac-md5-96
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->KEX:Client:none
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->KEX:Client:none
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->kex:client:
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->kex:client:
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->KEX:Server->客户端aes128-ctr hmac-md5无
02-05-2016 20:48:34,441信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->KEX:Client->Server aes128-ctr hmac-md5无
02-05-2016 20:48:34,443信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->SSH_MSG_KEXDH_INIT已发送
02-05-2016 20:48:34,444信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->需要SSH_MSG_KEXDH_REPLY
02-05-2016 20:48:34,762信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->ssh_rsa_verify:签名为真
02-05-2016 20:48:34,762警告(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]JSCH->将“11.11.11.11”(RSA)永久添加到已知主机列表中。
02-05-2016 20:48:34,763信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->SSH_MSG_NEWKEYS已发送
02-05-2016 20:48:34,763信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]JSCH->SSH_MSG_NEWKEYS已接收
02-05-2016 20:48:34,763信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->SSH_MSG_SERVICE_REQUEST已发送
02-05-2016 20:48:35,079信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->SSH_MSG_SERVICE_ACCEPT已收到
02-05-2016 20:48:35,391信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]JSCH->可以继续的身份验证:公钥、键盘交互、密码
02-05-2016 20:48:35,391信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->下一个身份验证方法:publickey
02-05-2016 20:48:35,391信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]JSCH->可以继续的身份验证:密码
02-05-2016 20:48:35,391信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->下一个身份验证方法:密码
02-05-2016 20:48:35,707信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程号117-SFTP://username:******@11.11.11.11:22/download]JSCH->身份验证成功(密码)。
02-05-2016 20:48:36,662信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]已连接到sftp://username@11.11.11.11:22
02-05-2016 20:48:36,662信息(org.apache.Camel.component.file.remote.sftpconsumer)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]已连接并登录到:sftp://username@11.11.11.11:22
02-05-2016 20:48:38,539信息(org.apache.Camel.component.file.remote.sftpoperations)[Camel(camel-99)线程#117-SFTP://username:******@11.11.11.11:22/download]JSCH->从11.11.11.11端口22断开连接
如何阻止这些消息出现在日志中?
如果您使用的是log4j这样的记录器,那么您可以在记录器配置中使用以下行关闭JSCH日志记录:
log4j.logger.org.apache.camel.component.file.remote.SftpOperations = OFF
我有一个程序,它每秒钟响一次,直到停止。问题是,在我按下“开始”并发出嘟嘟声后,我无法单击“停止”按钮,因为窗口冻结。欢迎任何帮助。
我在使用ArrayBlockingQueue时遇到了生产者和消费者的情况。如果使用者线程面临异常,如何停止生产者线程。我需要生产者停止等待队列是空的。我已经诱导了一个强制运行时异常。但是程序不会退出。生产者一直在等待,因为队列是空的。有人能帮忙吗
问题内容: 我是Maven和Checkstyle的新手,所以请保持礼貌:)。 我设法将maven与checkstyle插件一起使用,并且可以在代码上创建报告。但是我真正想要拥有的是,如果样式检查有任何错误,我可以停止Maven的构建过程。 到目前为止,我的pom.xml如下所示: 我如何在这里达到目标?我们的团队希望有严格的编码风格标准,所以我必须使用它。 问题答案: 为了实现所需的功能,除了报告
问题内容: 如果我在命令行中键入,则可以看到以下行: 要 启动 此cronjob,我需要使用命令编辑文件,删除该行开头的注释字符,保存已编辑的文件,然后退出编辑器。 要 停止 此cronjob,请执行相同的步骤,但在该行的开头添加注释字符。 我想使用 PHP脚本 实现完全相同的效果,而不是手动编辑文件。 问题答案: 我进行了一些研究,并在论坛中找到以下消息: 将EDITOR环境变量设置为php脚本
本文向大家介绍如何使用PowerShell停止Windows服务?,包括了如何使用PowerShell停止Windows服务?的使用技巧和注意事项,需要的朋友参考一下 要使用PowerShell停止特定服务,您需要使用Stop-Service命令。 语法 示例 要检查服务是否已停止,请键入Get-Service -Name Spooler。 输出结果 您也可以使用-Verbose参数来检查命令进程
我正在使用GlassFish(GlassFish 4)一个应用服务器,用于我的Java企业应用程序。 有时,我需要重新启动它,通常是在fames错误出现时: 找不到application.xml中定义的子模块[myapp_webapp.war] 为了解决这个错误,我尝试从位于GlassFish的domaine文件夹中的文件夹应用程序中删除Ear的缓存。要删除文件夹,我需要停止服务器之前。 当然,服