You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (Jira)" <ji...@apache.org> on 2019/09/17 13:35:00 UTC

[jira] [Updated] (SPARK-28929) Spark Logging level should be INFO instead of Debug in Executor Plugin API[SPARK-24918]

     [ https://issues.apache.org/jira/browse/SPARK-28929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-28929:
------------------------------
    Priority: Trivial  (was: Minor)

> Spark Logging level should be INFO instead of Debug in Executor Plugin API[SPARK-24918]
> ---------------------------------------------------------------------------------------
>
>                 Key: SPARK-28929
>                 URL: https://issues.apache.org/jira/browse/SPARK-28929
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.4.2, 2.4.3
>            Reporter: jobit mathew
>            Assignee: Rakesh Raushan
>            Priority: Trivial
>             Fix For: 3.0.0
>
>
> Spark Logging level should be INFO instead of Debug in Executor Plugin API[SPARK-24918].
> Currently logging level for Executor Plugin API[SPARK-24918] is DEBUG
> logDebug(s"Initializing the following plugins: $\{pluginNames.mkString(", ")}")
> logDebug(s"Successfully loaded plugin " + plugin.getClass().getCanonicalName())
> logDebug("Finished initializing plugins")
> It is better to change to  INFO instead of DEBUG.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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