[ https://issues.apache.org/jira/browse/APEXCORE-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102226#comment-16102226 ]
ASF GitHub Bot commented on APEXCORE-670: ----------------------------------------- florianschmidt1994 opened a new pull request #566: APEXCORE-670 Add command to set logLevel in CLI URL: https://github.com/apache/apex-core/pull/566 Usage could either be `apex>set-log-level application_1499808956620_0873 org.apache.apex.examples.pi.PiCalculateOperator TRACE` or when already connected to an app: `apex (application_1499808956620_0873) >set-log-level org.apache.apex.examples.pi.PiCalculateOperator TRACE` This does not do any validation of the logLevel provided by the user input (yet), if this is wanted it could be added as well ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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)