Skip to content

Commit

Permalink
Added endpoint name to collector logs
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetkhanduri committed Jun 30, 2020
1 parent 41798f6 commit caf1c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/ai/diffy/analysis/DifferenceCollector.scala
Expand Up @@ -68,10 +68,10 @@ class DifferenceAnalyzer @Inject()(
)
)

log.info(s"diff[$id]=$diffResult")
log.info(s"endpoint[$endpointName]diff[$id]=$diffResult")
store.create(diffResult)
} else {
log.debug(s"diff[$id]=NoDifference")
log.debug(s"endpoint[$endpointName]diff[$id]=NoDifference")
}
}
}
Expand Down

0 comments on commit caf1c4b

Please sign in to comment.