commit | d864ed18089455bc39d0436980b3036e11f647bb | [log] [tgz] |
---|---|---|
author | hsaputra <hsaputra@apache.org> | Sun Jun 21 20:31:23 2015 -0700 |
committer | Terence Yim <chtyim@apache.org> | Mon Jun 22 17:36:00 2015 -0700 |
tree | ab9179cd2e1cee6985d5ab776a8cfd2d81a2b81b | |
parent | dc9320b54d83fb5b63d5cc19707e53e686505d28 [diff] |
TWILL-137 Be able to get log level for each runnable via TwillController.getResourceReport With TWILL-24 resolved, the client should be able to get the log level for an application for each runnable. This involves adding log level to TwillRunResources interface and its implementations. Changes include adding log level to the TwillRunResources and modify unit tests to test the new property. This closes #46 on GitHub Signed-off-by: Terence Yim <chtyim@apache.org>