Skip to content

Commit

Permalink
Reduce debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu-sz committed Apr 29, 2017
1 parent 316dcca commit 12919f0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ public void addToGlobalStream(Map<DataType, JavaPairDStream<UUID, TaskData>> glo
try {
final UUID taskID = kv._1();
final TaskData taskData = kv._2();
logger.debug("Received task " + taskID + "!");

logger.debug("To recognize attributes for task " + taskID + "!");
// Recognize attributes robustly.
final Attributes attr = new RobustExecutor<>((Function<TrackletOrURL, Attributes>) tou -> {
Expand Down

0 comments on commit 12919f0

Please sign in to comment.