From 337e642ffffb17dfd55e97f0fa3017d2c426cbc5 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 17 Dec 2010 11:03:52 -0500 Subject: [PATCH] doc polishing --- docs/src/reference/docbook/sftp.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/src/reference/docbook/sftp.xml b/docs/src/reference/docbook/sftp.xml index 5e7b1e0eb9..8cb9ac1479 100644 --- a/docs/src/reference/docbook/sftp.xml +++ b/docs/src/reference/docbook/sftp.xml @@ -172,17 +172,15 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/sftp
SFTP/JSCH Logging - Since we use JSch libraries (http://www.jcraft.com/jsch/) to provide SFTP support some times you may require - more information from the JSch API itself especially if something is not working properly - (e.g., Authentication exceptions etc.). Unfortunately JSch does not use commonly used logging facilities and instead - relies on the custom implementation of com.jcraft.jsch.Logger interface. - Since Spring Integration 2.0.1 we've implemented this interface, so now all you need to do to enable - JSch logging is to configure your logger the way you usually do. For example below is sample configuration of a + Since we use JSch libraries (http://www.jcraft.com/jsch/) to provide SFTP support, at times you may require + more information from the JSch API itself, especially if something is not working properly + (e.g., Authentication exceptions). Unfortunately JSch does not use commons-logging but instead + relies on custom implementations of their com.jcraft.jsch.Logger interface. + As of Spring Integration 2.0.1, we have implemented this interface. So, now all you need to do to enable + JSch logging is to configure your logger the way you usually do. For example, here is valid configuration of a logger using Log4J. - -