Merge pull request #1195 from akka/wip-3094-loggingreceive-doc-rich
Make LoggingReceive docs more obvious. Fixes #3094
This commit is contained in:
commit
a3802acf07
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
log-config-on-start = on
|
||||||
}
|
}
|
||||||
|
|
||||||
If you want very detailed logging of all user-level messages that are processed
|
If you want very detailed logging of user-level messages then wrap your actors' behaviors with
|
||||||
by Actors that use akka.event.LoggingReceive:
|
``akka.event.LoggingReceive`` and enable the ``receive`` option:
|
||||||
|
|
||||||
.. code-block:: ruby
|
.. code-block:: ruby
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue