[ 
https://issues.apache.org/jira/browse/APEXCORE-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16100933#comment-16100933
 ] 

Thomas Weise commented on APEXCORE-670:
---------------------------------------

Here is an example using the REST API:

{code}
curl -H "Content-Type: application/json" -X POST \
  -d 
'{"loggers":[{"target":"com.datatorrent.lib.io.fs.AbstractFileOutputOperator","logLevel":"DEBUG"}]}'
 \
  http://apex-sandbox:39809/ws/v2/stram/loggers/
{code}

> CLI should provide command to set log level
> -------------------------------------------
>
>                 Key: APEXCORE-670
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-670
>             Project: Apache Apex Core
>          Issue Type: Improvement
>            Reporter: Thomas Weise
>            Assignee: Florian Schmidt
>              Labels: newbie
>
> Changing the log level at runtime is a useful capability exposed through the 
> AM REST API, the command line should make it available as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to