SparkContext.SetLogLevel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Control our logLevel. This overrides any user-defined log settings.
public void SetLogLevel(string logLevel);
member this.SetLogLevel : string -> unit
Public Sub SetLogLevel (logLevel As String)
Parameters
- logLevel
- String
The desired log level as a string.
Remarks
Valid log levels include: ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, WARN