You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by ra...@apache.org on 2017/04/24 10:49:36 UTC

incubator-ariatosca git commit: added verbosity option to aria logs command

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 <ra...@gigaspaces.com>
Authored: Mon Apr 24 13:49:31 2017 +0300
Committer: Ran Ziv <ra...@gigaspaces.com>
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')
+@aria.options.verbose()
 def logs():
     """Show logs from workflow executions
     """