Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qq254963746 committed Oct 19, 2016
2 parents 7983516 + 9a9ec13 commit 1f9eed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static TaskTracker buildByProperties(TaskTrackerProperties properties) {
taskTracker.addConfig(entry.getKey(), entry.getValue());
}
}
if (properties.getBizLoggerLevel() == null) {
if (properties.getBizLoggerLevel() != null) {
taskTracker.setBizLoggerLevel(properties.getBizLoggerLevel());
}
if (properties.getWorkThreads() != 0) {
Expand Down

0 comments on commit 1f9eed8

Please sign in to comment.