Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C072200AE4 for ; Wed, 25 May 2016 10:07:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 493D0160A17; Wed, 25 May 2016 08:07:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB14A160A18 for ; Wed, 25 May 2016 10:07:14 +0200 (CEST) Received: (qmail 36643 invoked by uid 500); 25 May 2016 08:07:13 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 36582 invoked by uid 99); 25 May 2016 08:07:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 May 2016 08:07:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2B8542C1F5D for ; Wed, 25 May 2016 08:07:13 +0000 (UTC) Date: Wed, 25 May 2016 08:07:13 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-9990) camel-ftp: Excessive loggging: JSCH -> Permanently added 'X' (RSA) to the list of known hosts. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 25 May 2016 08:07:15 -0000 [ https://issues.apache.org/jira/browse/CAMEL-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-9990: ------------------------------- Fix Version/s: 2.18.0 > camel-ftp: Excessive loggging: JSCH -> Permanently added 'X' (RSA) to the list of known hosts. > ---------------------------------------------------------------------------------------------- > > Key: CAMEL-9990 > URL: https://issues.apache.org/jira/browse/CAMEL-9990 > Project: Camel > Issue Type: Improvement > Components: camel-ftp > Reporter: Justin Wrobel > Priority: Minor > Fix For: 2.18.0 > > > Excessive logging with the misleading message: > {code} > JSCH -> Permanently added 'X' (RSA) to the list of known hosts. > {code} > It is misleading because the addition is not permament. It repeats with every SFTP connection. It is logged as a WARN which creates unnecesary review and filtering when analyzing the log files. > The previous ticket (CAMEL-8202) resolved this issue for camel-ssh rather than camel-ftp. -- This message was sent by Atlassian JIRA (v6.3.4#6332)