You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Joshua Cohen (JIRA)" <ji...@apache.org> on 2014/08/27 20:39:58 UTC

[jira] [Created] (AURORA-670) Client command_runner logging does not work

Joshua Cohen created AURORA-670:
-----------------------------------

             Summary: Client command_runner logging does not work
                 Key: AURORA-670
                 URL: https://issues.apache.org/jira/browse/AURORA-670
             Project: Aurora
          Issue Type: Bug
          Components: Client
            Reporter: Joshua Cohen
            Priority: Minor


{noformat}
$ ./pants py src/main/python/apache/aurora/client/bin:aurora_client run devcluster/vagrant/test/http_example 'pwd'
/home/vagrant/aurora src/main/python/apache/aurora/client/bin:aurora_client
/home/vagrant/aurora run
WARNING: ssh is an aurora clientv1 command which will be deprecated soon
To run this command using clientv2, use 'aurora task run "pwd"'
INFO] Starting new HTTP connection (1): precise64
INFO] Starting new HTTP connection (1): precise64
ERROR] 10
{noformat}

Note the ERROR] 10 line. This is actually a result of trying to log the ssh command at logging.DEBUG level (10 is the ordinal for that log level):

{code}
self._log(logging.DEBUG, "Running command: %s" % ssh_command)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)