[
https://issues.apache.org/jira/browse/TWILL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14584013#comment-14584013
]
ASF GitHub Bot commented on TWILL-24:
-------------------------------------
Github user hsaputra commented on a diff in the pull request:
https://github.com/apache/incubator-twill/pull/39#discussion_r32351794
--- Diff:
twill-yarn/src/main/java/org/apache/twill/internal/appmaster/ApplicationMasterService.java
---
@@ -603,6 +603,8 @@ private void launchRunnable(List<? extends
ProcessLauncher<YarnContainerInfo>> l
String runnableName = provisionRequest.getRuntimeSpec().getName();
LOG.info("Starting runnable {} with {}", runnableName,
processLauncher);
+ LOG.debug("Log level for Twill application will be {} ",
System.getenv(EnvKeys.TWILL_APP_LOG_LEVEL));
--- End diff --
Makes sense, will update the log message
> log level should be settable
> ----------------------------
>
> Key: TWILL-24
> URL: https://issues.apache.org/jira/browse/TWILL-24
> Project: Apache Twill
> Issue Type: Improvement
> Components: api, core
> Reporter: Albert Shau
>
> Currently the log level is fixed at info, so users have no way of looking at
> their log messages at lower levels.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)