From e40995a576111128d58d1081f5bdb5b59c7b2d2f Mon Sep 17 00:00:00 2001 From: Rich Dougherty Date: Mon, 25 Feb 2013 11:39:08 +1300 Subject: [PATCH] Make LoggingReceive docs more obvious. Fixes #3094 --- akka-docs/rst/scala/logging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/scala/logging.rst b/akka-docs/rst/scala/logging.rst index dfe158dd91..73cb0210c4 100644 --- a/akka-docs/rst/scala/logging.rst +++ b/akka-docs/rst/scala/logging.rst @@ -76,8 +76,8 @@ This config option is very good if you want to know what config settings are loa log-config-on-start = on } -If you want very detailed logging of all user-level messages that are processed -by Actors that use akka.event.LoggingReceive: +If you want very detailed logging of user-level messages then wrap your actors' behaviors with +``akka.event.LoggingReceive`` and enable the ``receive`` option: .. code-block:: ruby