Github user chtyim commented on a diff in the pull request:
https://github.com/apache/incubator-twill/pull/46#discussion_r32978738
--- Diff:
twill-api/src/main/java/org/apache/twill/api/TwillRunResources.java ---
@@ -53,4 +53,10 @@
* @return the debug port of the container's JVM, or null if not
debug-enabled.
*/
Integer getDebugPort();
+
+ /**
+ * @return the enabled log level for the container where the runnable is
running in.
+ */
+ String getLogLevel();
--- End diff --
Would be better to return `LogEntry.Level` to make it symmetric to the
setLogLevel method.
---
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.
---