Do not reveal the exact properties in the logs
authorChristos KK Loverdos <loverdos@gmail.com>
Fri, 20 Apr 2012 09:53:41 +0000 (12:53 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Fri, 20 Apr 2012 09:53:41 +0000 (12:53 +0300)
src/main/scala/gr/grnet/aquarium/service/SimpleLocalActorProviderService.scala

index 3dfbf38..f5f086b 100644 (file)
@@ -56,7 +56,7 @@ class SimpleLocalActorProviderService extends ActorProviderService with Configur
 
   def configure(props: Props): Unit = {
     this._props = props
-    logger.info("Configured with props: {}", props)
+    logger.debug("Configured with props")
   }
 
   private[this] def __doStart(): Unit = {