GitHub user karuppayya reopened a pull request: https://github.com/apache/zeppelin/pull/2341
ZEPPELIN-2543: Add ability to change the log level at runtime ### What is this PR for? Add ability to change the log level at runtime ### What type of PR is it? Improvement ### Todos * [ ] - Update the interpreter rest API documentation ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-2543 ### How should this be tested? >â ~ curl -X PUT http://localhost:8080/api/log/level/debug {"status":"OK"} >â ~ curl -X PUT http://localhost:8080/api/log/level/adx {"status":"NOT_ACCEPTABLE","message":"Not a valid LOG level"} ### Screenshots (if appropriate) NA ### Questions: * Does the licenses files need update? NA * Is there breaking changes for older versions? No * Does this needs documentation? Yes(Will need to the interpreter Rest api doc, if the approach looks fine) You can merge this pull request into a Git repository by running: $ git pull https://github.com/karuppayya/incubator-zeppelin ZEPPELIN-2543 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2341.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2341 ---- commit 57e13b44c5574626d64057208f49bc7b674110a8 Author: Karup <karuppay...@qubole.com> Date: 2017-05-14T10:03:08Z Add abitiy to change the log level at runtime ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---