Github user hsaputra commented on a diff in the pull request:
https://github.com/apache/incubator-twill/pull/39#discussion_r32355719
--- Diff: twill-api/src/main/java/org/apache/twill/api/TwillPreparer.java
---
@@ -186,6 +187,15 @@
TwillPreparer addSecureStore(SecureStore secureStore);
/**
+ * Enable log level for Twill applications running in a container.
+ *
+ * @param logLevel the {@link LogEntry.Level} that should be enabled.
+ * The level match the {@code Logback} levels.
+ * @return This {@link TwillPreparer}.
+ */
+ TwillPreparer enableLogLevel(LogEntry.Level logLevel);
--- End diff --
I think setLogLevel would work
---
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.
---