-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27650/
-----------------------------------------------------------
Review request for Aurora, Joshua Cohen and Bill Farner.
Bugs: AURORA-793
https://issues.apache.org/jira/browse/AURORA-793
Repository: aurora
Description
-------
Remove duplicate call to log handling code. This duplicate call added another
stderr handler to the logger which caused each message to be printed twice to
stderr.
Diffs
-----
src/main/python/apache/aurora/client/cli/client.py
0cb69448cd24372067ac845eca5862bc3d3a46a9
Diff: https://reviews.apache.org/r/27650/diff/
Testing
-------
vagrant@vagrant-ubuntu-trusty-64:~$ aurora2 job create -v
devcluster/www-data/devel/not_here /vagrant/not_real.aurora
log(info): Error executing command: Error loading configuration: [Errno 2] No
such file or directory: '/vagrant/not_real.aurora'
Error executing command: Error loading configuration: [Errno 2] No such file or
directory: '/vagrant/not_real.aurora'
Thanks,
Zameer Manji