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
---
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 [email protected] or file a JIRA ticket
with INFRA.
---