Github user yaojiefeng commented on a diff in the pull request: https://github.com/apache/twill/pull/14#discussion_r82887283 --- Diff: twill-core/src/main/java/org/apache/twill/internal/state/SystemMessages.java --- @@ -68,6 +73,21 @@ public static Message updateRunnablesInstances(Command updateCommand) { return new SimpleMessage(Message.Type.SYSTEM, Message.Scope.RUNNABLES, null, updateCommand); } + public static Message setLogLevel(Map<String, LogEntry.Level> logLevelArguments) { + return setLogLevel(Constants.SystemMessages.LOG_ALL_RUNNABLES, logLevelArguments); --- End diff -- The constants about log levels are only used for `Messages`, they are also used in `TwillPreparer`.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---