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.
2 parents 209c1a8 + 5bda22d commit b52e0eeCopy full SHA for b52e0ee
build.gradle
@@ -12,7 +12,7 @@ configurations {
12
provided
13
}
14
15
-version = "0.0.1"
+version = "0.0.2"
16
sourceCompatibility = 1.7
17
targetCompatibility = 1.7
18
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