Skip to content

Commit

Permalink
Merge pull request #1158 from andrei-viaryshka/BACKLOG-18594
Browse files Browse the repository at this point in the history
[BACKLOG-18594] As an ETL user, I would like to see the status of the…
  • Loading branch information
rmansoor authored Nov 6, 2017
2 parents f5957af + f24c7df commit e964a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public abstract class AbstractSqoopJobEntry<S extends SqoopConfig> extends Abstr
/**
* Logging categories to monitor and log within Kettle
*/
private String[] LOGS_TO_MONITOR = new String[] { "org.apache.sqoop", "org.apache.hadoop" };
private String[] LOGS_TO_MONITOR = new String[] { "org.apache.sqoop", "org.apache.hadoop", "com.pentaho.big.data.bundles.impl.shim.sqoop.knox" };

/**
* Cache for the levels of loggers we changed so we can revert them when we remove our appender
Expand Down

0 comments on commit e964a1e

Please sign in to comment.