Set the logging level to DEBUG.
()
| 384 | * Set the logging level to DEBUG. |
| 385 | */ |
| 386 | public void debugOn() { |
| 387 | Logger.getLogger("org.apache.pig").setLevel(Level.DEBUG); |
| 388 | pigContext.getLog4jProperties().setProperty("log4j.logger.org.apache.pig", Level.DEBUG.toString()); |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * Set the logging level to the default. |