GitHub user rxin opened a pull request:

    https://github.com/apache/spark/pull/1870

    [SPARK-2952] Enable logging actor messages at DEBUG level

    Example messages:
    ```
    14/08/09 21:37:01 DEBUG BlockManagerMasterActor: [actor] received message 
RegisterBlockManager(BlockManagerId(0, rxin-mbp, 58092, 
0),278302556,Actor[akka.tcp://spark@rxin-mbp:58088/user/BlockManagerActor1#-63596539])
 from Actor[akka.tcp://spark@rxin-mbp:58088/temp/$c]
    
    14/08/09 21:37:01 DEBUG BlockManagerMasterActor: [actor] handled message 
(0.279 ms) RegisterBlockManager(BlockManagerId(0, rxin-mbp, 58092, 
0),278302556,Actor[akka.tcp://spark@rxin-mbp:58088/user/BlockManagerActor1#-63596539])
 from Actor[akka.tcp://spark@rxin-mbp:58088/temp/$c]
    ```
    
    cc @mengxr @tdas @pwendell

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rxin/spark actorLogging

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1870.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1870
    
----
commit f6b1ebe81de45f528e0dec9b28326ae09f010cc7
Author: Reynold Xin <r...@apache.org>
Date:   2014-08-10T04:59:21Z

    [SPARK-2952] Enable logging actor messages at DEBUG level

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to