MCPcopy Create free account
hub / github.com/apache/pig / debugOff

Method debugOff

src/org/apache/pig/PigServer.java:394–397  ·  view source on GitHub ↗

Set the logging level to the default.

()

Source from the content-addressed store, hash-verified

392 * Set the logging level to the default.
393 */
394 public void debugOff() {
395 Logger.getLogger("org.apache.pig").setLevel(pigContext.getDefaultLogLevel());
396 pigContext.getLog4jProperties().setProperty("log4j.logger.org.apache.pig", pigContext.getDefaultLogLevel().toString());
397 }
398
399 /**
400 * Set the default parallelism for this job

Callers 1

processSetMethod · 0.80

Calls 5

getDefaultLogLevelMethod · 0.80
getLog4jPropertiesMethod · 0.80
setPropertyMethod · 0.65
getLoggerMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected