We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209c1a8 commit cb89026Copy full SHA for cb89026
src/main/java/org/embulk/output/sftp/SftpFileOutput.java
@@ -46,7 +46,7 @@ public class SftpFileOutput
46
47
private StandardFileSystemManager initializeStandardFileSystemManager()
48
{
49
- if (logger.isDebugEnabled()) {
+ if (!logger.isDebugEnabled()) {
50
// TODO: change logging format: org.apache.commons.logging.Log
51
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.NoOpLog");
52
}
0 commit comments