Skip to content

Commit

Permalink
Merge pull request #3 from civitaspo/hotfix/logging
Browse files Browse the repository at this point in the history
Hotfix/logging
  • Loading branch information
civitaspo committed Oct 22, 2015
2 parents 209c1a8 + 5bda22d commit b52e0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configurations {
provided
}

version = "0.0.1"
version = "0.0.2"
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/embulk/output/sftp/SftpFileOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class SftpFileOutput

private StandardFileSystemManager initializeStandardFileSystemManager()
{
if (logger.isDebugEnabled()) {
if (!logger.isDebugEnabled()) {
// TODO: change logging format: org.apache.commons.logging.Log
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.NoOpLog");
}
Expand Down

0 comments on commit b52e0ee

Please sign in to comment.