From 6bc6c18de5d3324264f662acc0e81c2cbb5d0554 Mon Sep 17 00:00:00 2001 From: Damiano Albani Date: Tue, 14 Feb 2017 17:10:17 +0100 Subject: [PATCH] Fix incorrect package name for logging of SFTP --- src/reference/asciidoc/sftp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/sftp.adoc b/src/reference/asciidoc/sftp.adoc index cee2d96fd4..a35ac7b4db 100644 --- a/src/reference/asciidoc/sftp.adoc +++ b/src/reference/asciidoc/sftp.adoc @@ -58,7 +58,7 @@ If the cache is reset, the session is disconnected only when the last channel is The connection will be refreshed if it is found to be disconnected when a new operation obtains a session. ===== -NOTE: If you experience connectivity problems and would like to trace Session creation as well as see which Sessions are polled you may enable it by setting the logger to TRACE level (e.g., log4j.category.org.springframework.integration.file=TRACE). +NOTE: If you experience connectivity problems and would like to trace Session creation as well as see which Sessions are polled you may enable it by setting the logger to TRACE level (e.g., log4j.category.org.springframework.integration.sftp=TRACE). Please also see <>. Now all you need to do is inject this _SFTP Session Factory_ into your adapters.