Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghavendra Prabhu committed Mar 11, 2012
1 parent f6211a4 commit e96c801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/com/twitter/gizzard/proxy/LoggingProxy.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import com.twitter.gizzard.scheduler.JsonJob
/**
* Wrap an object's method calls in a logger that sends the method name, arguments, and elapsed
* time to a transactional logger.
*
* TODO: This proxy should no longer be needed once Gizzard services have switched to Finagle.
*/
class LoggingProxy[T <: AnyRef](
consumers: Seq[TransactionalStatsConsumer], statGrouping: String, name: Option[String])(implicit manifest: Manifest[T]) {
Expand Down

0 comments on commit e96c801

Please sign in to comment.