GitHub user vanzin opened a pull request:

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

    [SPARK-13280] [streaming] Use a better logger name for 
FileBasedWriteAheadLog.

    The new logger name is under the org.apache.spark namespace, and also
    adds the caller tag after a ".", so that it's possible to disable all
    possible instances of FileBasedWriteAheadLog with the same rule.
    
    The detection of the caller name was also enhanced a bit to ignore
    some common things that show up in the call stack.

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

    $ git pull https://github.com/vanzin/spark SPARK-13280

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

    https://github.com/apache/spark/pull/11165.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 #11165
    
----
commit a83f2e08470d51a268df02b3663e24ce5c3cc1c3
Author: Marcelo Vanzin <[email protected]>
Date:   2016-02-11T03:01:48Z

    [SPARK-13280] [streaming] Use a better logger name for 
FileBasedWriteAheadLog.
    
    The new logger name is under the org.apache.spark namespace, and also
    adds the caller tag after a ".", so that it's possible to disable all
    possible instances of FileBasedWriteAheadLog with the same rule.
    
    The detection of the caller name was also enhanced a bit to ignore
    some common things that show up in the call stack.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to