Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-146-Support-colorful-execution-logging fea7a0c34 -> 12209c6b3
added verbosity option to aria logs command Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/12209c6b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/12209c6b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/12209c6b Branch: refs/heads/ARIA-146-Support-colorful-execution-logging Commit: 12209c6b3fc0827e919f404ddfd75539c55233eb Parents: fea7a0c Author: Ran Ziv <[email protected]> Authored: Mon Apr 24 13:49:31 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Mon Apr 24 13:49:31 2017 +0300 ---------------------------------------------------------------------- aria/cli/commands/logs.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/12209c6b/aria/cli/commands/logs.py ---------------------------------------------------------------------- diff --git a/aria/cli/commands/logs.py b/aria/cli/commands/logs.py index 8de4662..350a035 100644 --- a/aria/cli/commands/logs.py +++ b/aria/cli/commands/logs.py @@ -18,6 +18,7 @@ from ..core import aria @aria.group(name='logs') [email protected]() def logs(): """Show logs from workflow executions """
