Marcelo Vanzin created SPARK-13280:
--------------------------------------

             Summary: FileBasedWriteAheadLog logger name should be under o.a.s 
namespace
                 Key: SPARK-13280
                 URL: https://issues.apache.org/jira/browse/SPARK-13280
             Project: Spark
          Issue Type: Improvement
          Components: Streaming
    Affects Versions: 2.0.0
            Reporter: Marcelo Vanzin
            Priority: Minor


The logger name in FileBasedWriteAheadLog is currently defined as:

{code}
  override protected val logName = s"WriteAheadLogManager $callerNameTag"
{code}

That has two problems:

- It's not under the usual "org.apache.spark" namespace so changing the logging 
configuration for that package does not affect it
- we've seen cases where {{$callerNameTag}} was empty, in which case the logger 
name would have a trailing space, making it impossible to disable it using a 
properties file.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to