Skip to content

Commit b52e0ee

Browse files
committed
Merge pull request #3 from civitaspo/hotfix/logging
Hotfix/logging
2 parents 209c1a8 + 5bda22d commit b52e0ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ configurations {
1212
provided
1313
}
1414

15-
version = "0.0.1"
15+
version = "0.0.2"
1616
sourceCompatibility = 1.7
1717
targetCompatibility = 1.7
1818

src/main/java/org/embulk/output/sftp/SftpFileOutput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class SftpFileOutput
4646

4747
private StandardFileSystemManager initializeStandardFileSystemManager()
4848
{
49-
if (logger.isDebugEnabled()) {
49+
if (!logger.isDebugEnabled()) {
5050
// TODO: change logging format: org.apache.commons.logging.Log
5151
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.NoOpLog");
5252
}

0 commit comments

Comments
 (0)