-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27650/#review60230
-----------------------------------------------------------
Ship it!
Thanks! This is now on master:
$ git log -1 origin/master
commit 53c732df49ab9959ca9917abffb0fd6d3abbc203
Author: Zameer Manji <[email protected]>
Date: Thu Nov 6 12:39:32 2014 -0800
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.
Bugs closed: AURORA-793
Reviewed at https://reviews.apache.org/r/27650/
- Bill Farner
On Nov. 6, 2014, 12:02 a.m., Zameer Manji wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/27650/
> -----------------------------------------------------------
>
> (Updated Nov. 6, 2014, 12:02 a.m.)
>
>
> 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
>
>